diff options
Diffstat (limited to 'include/configs/mcu25.h')
| -rw-r--r-- | include/configs/mcu25.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/mcu25.h b/include/configs/mcu25.h index 8dd87cb8c..0f6d161e3 100644 --- a/include/configs/mcu25.h +++ b/include/configs/mcu25.h @@ -57,7 +57,7 @@  #define CONFIG_SYS_SDRAM_BASE		0x00000000	/* _must_ be 0		*/  #define CONFIG_SYS_FLASH_BASE		0xfff80000	/* start of FLASH	*/ -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE  /* ... with on-chip memory here (4KBytes) */  #define CONFIG_SYS_OCM_DATA_ADDR	0xF4000000 |