]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ColdFire: Fix SDRAM size on M5208evb rev E
authorTsiChung Liew <tsicliew@gmail.com>
Thu, 11 Mar 2010 00:50:22 +0000 (18:50 -0600)
committerTsiChung Liew <tsicliew@gmail.com>
Wed, 24 Mar 2010 16:09:22 +0000 (11:09 -0500)
The proper SDRAM size is 32MB not 64MB

Signed-off-by: Jingchang Lu <b22599@freescale.com>
include/configs/M5208EVBE.h

index 32123d2f54720a92b44248e30daadc13ba5df231..3cc259ffd1c38f789d8ee0a58f3aa6aebf62f434 100644 (file)
  * 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