diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/M54418TWR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/M54418TWR.h b/include/configs/M54418TWR.h index 05ba13b..826de5b 100644 --- a/include/configs/M54418TWR.h +++ b/include/configs/M54418TWR.h @@ -267,7 +267,7 @@ #endif #if defined(CONFIG_SERIAL_BOOT) -#define CONFIG_SYS_MONITOR_BASE (TEXT_BASE + 0x400) +#define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_TEXT_BASE + 0x400) #else #define CONFIG_SYS_MONITOR_BASE (CONFIG_SYS_FLASH_BASE + 0x400) #endif |