summaryrefslogtreecommitdiffstats
path: root/include/configs/M5282EVB.h
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-10-25 17:09:17 -0500
committerTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-10-25 17:09:17 -0500
commit2acefa72ee0026f862ab65597ca687428f63a973 (patch)
tree990725e4026e4bf3e3cfad72ee6a023b1b94e267 /include/configs/M5282EVB.h
parent5441f61a3d8b7034f19fc1361183e936198e6dbb (diff)
downloadblackbird-obmc-uboot-2acefa72ee0026f862ab65597ca687428f63a973.tar.gz
blackbird-obmc-uboot-2acefa72ee0026f862ab65597ca687428f63a973.zip
ColdFire 5282: Fix external flash boot and return dramsize
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'include/configs/M5282EVB.h')
-rw-r--r--include/configs/M5282EVB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M5282EVB.h b/include/configs/M5282EVB.h
index 3c17c1ea14..7bb9f60f76 100644
--- a/include/configs/M5282EVB.h
+++ b/include/configs/M5282EVB.h
@@ -163,7 +163,7 @@
* Please note that CFG_SDRAM_BASE _must_ start at 0
*/
#define CFG_SDRAM_BASE 0x00000000
-#define CFG_SDRAM_SIZE 8 /* SDRAM size in MB */
+#define CFG_SDRAM_SIZE 16 /* SDRAM size in MB */
#define CFG_FLASH_BASE 0xffe00000
#define CFG_INT_FLASH_BASE 0xf0000000
#define CFG_INT_FLASH_ENABLE 0x21
OpenPOWER on IntegriCloud