diff options
Diffstat (limited to 'include/configs/Rattler.h')
| -rw-r--r-- | include/configs/Rattler.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h index e630afef0..587b42e4b 100644 --- a/include/configs/Rattler.h +++ b/include/configs/Rattler.h @@ -220,7 +220,7 @@  */  #endif /* CONFIG_CMD_JFFS2 */ -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE  #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)  #define CONFIG_SYS_RAMBOOT  #endif |