From cc675ac18a9ab4dde380a5bb74f9828fe9887282 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Fri, 5 Sep 2014 15:25:05 +0200 Subject: [PATCH] This should solve problems with some DDR1 memories on AR934x --- u-boot/include/ar7240_soc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u-boot/include/ar7240_soc.h b/u-boot/include/ar7240_soc.h index 2213b8c..4810f39 100755 --- a/u-boot/include/ar7240_soc.h +++ b/u-boot/include/ar7240_soc.h @@ -415,7 +415,7 @@ #define CFG_934X_DDR1_CONFIG_VAL 0x7fd48cd0 // 0xc7d48cd0 #define CFG_934X_DDR1_MODE_VAL_INIT 0x133 -#define CFG_934X_DDR1_EXT_MODE_VAL 0x2 // 0x0 +#define CFG_934X_DDR1_EXT_MODE_VAL 0x0 #define CFG_934X_DDR1_MODE_VAL 0x33 #define CFG_934X_DDR1_CONFIG2_VAL 0x99d0e6a8 // 0x9dd0e6a8 -- 2.25.1