diff options
Diffstat (limited to 'include/configs/cm5200.h')
| -rw-r--r-- | include/configs/cm5200.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/cm5200.h b/include/configs/cm5200.h index 72cf941ab..289335180 100644 --- a/include/configs/cm5200.h +++ b/include/configs/cm5200.h @@ -169,7 +169,7 @@  #define CONFIG_SYS_INIT_SP_OFFSET	CONFIG_SYS_GBL_DATA_OFFSET -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE  #define CONFIG_SYS_MONITOR_LEN		(384 << 10)	/* 384 kB for Monitor */  #define CONFIG_SYS_MALLOC_LEN		(256 << 10)	/* 256 kB for malloc() */  #define CONFIG_SYS_BOOTMAPSZ		(8 << 20)	/* initial mem map for Linux */ |