diff options
Diffstat (limited to 'include/configs/Sandpoint8245.h')
| -rw-r--r-- | include/configs/Sandpoint8245.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/Sandpoint8245.h b/include/configs/Sandpoint8245.h index 8cb920e0a..0381252af 100644 --- a/include/configs/Sandpoint8245.h +++ b/include/configs/Sandpoint8245.h @@ -129,7 +129,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 |