summaryrefslogtreecommitdiffstats
path: root/include/configs/M5208EVBE.h
diff options
context:
space:
mode:
authorTsiChung Liew <tsicliew@gmail.com>2010-03-10 18:50:22 -0600
committerTsiChung Liew <tsicliew@gmail.com>2010-03-24 11:09:22 -0500
commitf628e2f72daee810aa568619b6629da68ad042d6 (patch)
tree2c70f45fc8af5e33066818116ae53e0d6ba48cb5 /include/configs/M5208EVBE.h
parent9e8e927023582231b034e199568e49f84ac032a9 (diff)
downloadblackbird-obmc-uboot-f628e2f72daee810aa568619b6629da68ad042d6.tar.gz
blackbird-obmc-uboot-f628e2f72daee810aa568619b6629da68ad042d6.zip
ColdFire: Fix SDRAM size on M5208evb rev E
The proper SDRAM size is 32MB not 64MB Signed-off-by: Jingchang Lu <b22599@freescale.com>
Diffstat (limited to 'include/configs/M5208EVBE.h')
-rw-r--r--include/configs/M5208EVBE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5208EVBE.h b/include/configs/M5208EVBE.h
index 32123d2f54..3cc259ffd1 100644
--- a/include/configs/M5208EVBE.h
+++ b/include/configs/M5208EVBE.h
@@ -158,7 +158,7 @@
* Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0
*/
#define CONFIG_SYS_SDRAM_BASE 0x40000000
-#define CONFIG_SYS_SDRAM_SIZE 64 /* SDRAM size in MB */
+#define CONFIG_SYS_SDRAM_SIZE 32 /* SDRAM size in MB */
#define CONFIG_SYS_SDRAM_CFG1 0x43711630
#define CONFIG_SYS_SDRAM_CFG2 0x56670000
#define CONFIG_SYS_SDRAM_CTRL 0xE1002000
OpenPOWER on IntegriCloud