diff options
Diffstat (limited to 'include/configs/jadecpu.h')
-rw-r--r-- | include/configs/jadecpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/jadecpu.h b/include/configs/jadecpu.h index 29c534c4a9f..a5d8764b519 100644 --- a/include/configs/jadecpu.h +++ b/include/configs/jadecpu.h @@ -146,6 +146,9 @@ #define PHYS_SDRAM 0x40000000 /* Start address of DDRRAM */ #define PHYS_SDRAM_SIZE 0x08000000 /* 128 megs */ +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM +#define CONFIG_SYS_INIT_SP_ADDR 0x01008000 + /* * FLASH and environment organization */ |