diff options
Diffstat (limited to 'include/configs/Sandpoint8240.h')
| -rw-r--r-- | include/configs/Sandpoint8240.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/Sandpoint8240.h b/include/configs/Sandpoint8240.h index 125b9a257..514bf89da 100644 --- a/include/configs/Sandpoint8240.h +++ b/include/configs/Sandpoint8240.h @@ -159,7 +159,7 @@  #else  #undef	CONFIG_SYS_RAMBOOT  #define CONFIG_SYS_MONITOR_LEN		0x00030000 -#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 |