diff options
Diffstat (limited to 'include/configs/lwmon5.h')
| -rw-r--r-- | include/configs/lwmon5.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 4a3b1dc11..b061dddf9 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -48,7 +48,7 @@   * Base addresses -- Note these are effective addresses where the   * actual resources get mapped (not physical addresses)   */ -#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		(1 << 20)	/* Reserved for malloc	*/ |