diff options
Diffstat (limited to 'include/configs/pdm360ng.h')
| -rw-r--r-- | include/configs/pdm360ng.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/pdm360ng.h b/include/configs/pdm360ng.h index f073fcd7d..ba7f9ca75 100644 --- a/include/configs/pdm360ng.h +++ b/include/configs/pdm360ng.h @@ -271,7 +271,7 @@  #define CONFIG_FDT_FIXUP_PARTITIONS  #endif -#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)	/* 512 kB for monitor */  #ifdef	CONFIG_FSL_DIU_FB  #define CONFIG_SYS_MALLOC_LEN		(6 * 1024 * 1024) /* for malloc */ |