summaryrefslogtreecommitdiffstats
path: root/include/configs/M5253EVBE.h
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-10-25 17:10:23 -0500
committerTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-10-25 17:10:23 -0500
commit95e9f2c212a65610b2e59a5c00d0113383a4da0b (patch)
tree2963154d0022b320ba993525d2d2358568765929 /include/configs/M5253EVBE.h
parent2acefa72ee0026f862ab65597ca687428f63a973 (diff)
downloadblackbird-obmc-uboot-95e9f2c212a65610b2e59a5c00d0113383a4da0b.tar.gz
blackbird-obmc-uboot-95e9f2c212a65610b2e59a5c00d0113383a4da0b.zip
ColdFire 5253: Assign correct SDRAM size
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/configs/M5253EVBE.h')
-rw-r--r--include/configs/M5253EVBE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5253EVBE.h b/include/configs/M5253EVBE.h
index 48170e7a35..f5e1b646ca 100644
--- a/include/configs/M5253EVBE.h
+++ b/include/configs/M5253EVBE.h
@@ -146,7 +146,7 @@
* Please note that CFG_SDRAM_BASE _must_ start at 0
*/
#define CFG_SDRAM_BASE 0x00000000
-#define CFG_SDRAM_SIZE 16 /* SDRAM size in MB */
+#define CFG_SDRAM_SIZE 8 /* SDRAM size in MB */
#ifdef CONFIG_MONITOR_IS_IN_RAM
#define CFG_MONITOR_BASE 0x20000
OpenPOWER on IntegriCloud