diff options
Diffstat (limited to 'include/configs/debris.h')
| -rw-r--r-- | include/configs/debris.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/debris.h b/include/configs/debris.h index dc59df9c4..33b2120c1 100644 --- a/include/configs/debris.h +++ b/include/configs/debris.h @@ -204,7 +204,7 @@  #else  #undef	CONFIG_SYS_RAMBOOT  #define CONFIG_SYS_MONITOR_LEN		0x00040000 -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE  /*#define CONFIG_SYS_GBL_DATA_SIZE    256*/  #define CONFIG_SYS_GBL_DATA_SIZE	128 |