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

ColdFire 5253: Assign correct SDRAM size

parent 2acefa72
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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