diff options
Diffstat (limited to 'include/configs/mpc5121ads.h')
| -rw-r--r-- | include/configs/mpc5121ads.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index 3740316d6..07e7747db 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -274,7 +274,7 @@  #define CONFIG_SYS_GBL_DATA_OFFSET	(CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE)  #define CONFIG_SYS_INIT_SP_OFFSET	CONFIG_SYS_GBL_DATA_OFFSET -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE		/* Start of monitor */ +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE		/* Start of monitor */  #define CONFIG_SYS_MONITOR_LEN		(512 * 1024)		/* Reserve 512 kB for Mon */  #ifdef	CONFIG_FSL_DIU_FB  #define CONFIG_SYS_MALLOC_LEN		(6 * 1024 * 1024)	/* Reserved for malloc */ |