diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mpr2.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/mpr2.h b/include/configs/mpr2.h index 311f52402..f32899f47 100644 --- a/include/configs/mpr2.h +++ b/include/configs/mpr2.h @@ -58,6 +58,8 @@  #define CONFIG_SYS_MONITOR_LEN		(128 * 1024)  #define CONFIG_SYS_MALLOC_LEN		(256 * 1024) +#define CONFIG_SYS_TEXT_BASE	0x8FFC0000 +  /* Memory */  #define CONFIG_SYS_SDRAM_BASE		0x8C000000  #define CONFIG_SYS_SDRAM_SIZE		(64 * 1024 * 1024) |