diff options
Diffstat (limited to 'include/configs/BMW.h')
| -rw-r--r-- | include/configs/BMW.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/BMW.h b/include/configs/BMW.h index 98f639623..6e7f012b9 100644 --- a/include/configs/BMW.h +++ b/include/configs/BMW.h @@ -124,7 +124,7 @@  #define CONFIG_SYS_EUMB_ADDR	    0xFC000000 -#define CONFIG_SYS_MONITOR_BASE    TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE    CONFIG_SYS_TEXT_BASE  #define CONFIG_SYS_MONITOR_LEN	    (256 << 10) /* Reserve 256 kB for Monitor	*/  #define CONFIG_SYS_MALLOC_LEN	    (2048 << 10) /* Reserve 2MB for malloc()	*/ |