Skip to content
Snippets Groups Projects
Commit f628e2f7 authored by TsiChung Liew's avatar TsiChung Liew
Browse files

ColdFire: Fix SDRAM size on M5208evb rev E


The proper SDRAM size is 32MB not 64MB

Signed-off-by: default avatarJingchang Lu <b22599@freescale.com>
parent 9e8e9270
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment