diff options
Diffstat (limited to 'include/configs/sc3.h')
| -rw-r--r-- | include/configs/sc3.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/sc3.h b/include/configs/sc3.h index 278b60ebb..4a854a979 100644 --- a/include/configs/sc3.h +++ b/include/configs/sc3.h @@ -377,7 +377,7 @@  #define CONFIG_SYS_SDRAM_BASE		0x00000000  #define CONFIG_SYS_FLASH_BASE		0xFFE00000 -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE	/* Start of U-Boot	*/ +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE	/* Start of U-Boot	*/  #define CONFIG_SYS_MONITOR_LEN		(0xFFFFFFFF - CONFIG_SYS_MONITOR_BASE + 1)  #define CONFIG_SYS_MALLOC_LEN		(128 * 1024)	/* Reserve 128 KiB for malloc()	*/ |