diff options
Diffstat (limited to 'include/configs/OXC.h')
-rw-r--r-- | include/configs/OXC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/OXC.h b/include/configs/OXC.h index 74c51f4..7f4babe 100644 --- a/include/configs/OXC.h +++ b/include/configs/OXC.h @@ -136,7 +136,7 @@ #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 -#define CONFIG_SYS_MONITOR_BASE TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_MONITOR_LEN 0x00030000 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_PRELIMBASE) |