diff options
Diffstat (limited to 'include/configs/muas3001.h')
-rw-r--r-- | include/configs/muas3001.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h index 43f46bffeef..d01160da8e9 100644 --- a/include/configs/muas3001.h +++ b/include/configs/muas3001.h @@ -225,7 +225,7 @@ #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_FLASH_BASE } -#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 |