[U-Boot] [PATCH] at91rm9200ek: fix SDRAM initialistation values
Andreas Bießmann
andreas.devel at googlemail.com
Sat Dec 4 22:31:46 CET 2010
Signed-off-by: Andreas Bießmann <andreas.devel at googlemail.com>
---
Dear Reinhard,
please considre this patch to be added into v2010.12, I misconfigured the
SDRAM initialisation values in 99fa97e9
regards
Andreas Bießmann
include/configs/at91rm9200ek.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h
index 57e17e9..9d87e03 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -106,7 +106,7 @@
#define CONFIG_SYS_EBI_CSA_VAL 0x00000002 /* CS1=CONFIG_SYS_SDRAM */
#define CONFIG_SYS_SDRC_CR_VAL 0x2188c155 /* set up the CONFIG_SYS_SDRAM */
#define CONFIG_SYS_SDRAM CONFIG_SYS_SDRAM_BASE /* address of the SDRAM */
-#define CONFIG_SYS_SDRAM1 CONFIG_SYS_SDRAM_BASE /* address of the SDRAM */
+#define CONFIG_SYS_SDRAM1 (CONFIG_SYS_SDRAM_BASE+0x80)
#define CONFIG_SYS_SDRAM_VAL 0x00000000 /* value written to CONFIG_SYS_SDRAM */
#define CONFIG_SYS_SDRC_MR_VAL 0x00000002 /* Precharge All */
#define CONFIG_SYS_SDRC_MR_VAL1 0x00000004 /* refresh */
--
1.7.3.2
More information about the U-Boot
mailing list