summaryrefslogtreecommitdiffstats
path: root/include/configs/at91rm9200ek.h
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2010-12-04 11:31:46 +0000
committerReinhard Meyer <u-boot@emk-elektronik.de>2010-12-07 22:08:06 +0100
commit066df1a5d6b889f85aa1dcba0efb012073c5d98f (patch)
tree87d4275a724d8fefd1847396106ae3d842a2e28d /include/configs/at91rm9200ek.h
parentd55c5c3f81bf93a411529d8266bc271c8e06b4f1 (diff)
downloadblackbird-obmc-uboot-066df1a5d6b889f85aa1dcba0efb012073c5d98f.tar.gz
blackbird-obmc-uboot-066df1a5d6b889f85aa1dcba0efb012073c5d98f.zip
at91rm9200ek: fix SDRAM initialistation values
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/at91rm9200ek.h')
-rw-r--r--include/configs/at91rm9200ek.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h
index 14559f5ccc..337dafc8a1 100644
--- a/include/configs/at91rm9200ek.h
+++ b/include/configs/at91rm9200ek.h
@@ -90,7 +90,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 */
OpenPOWER on IntegriCloud