diff options
Diffstat (limited to 'include/configs/ipek01.h')
-rw-r--r-- | include/configs/ipek01.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ipek01.h b/include/configs/ipek01.h index 6903b361465..b515aed3561 100644 --- a/include/configs/ipek01.h +++ b/include/configs/ipek01.h @@ -274,7 +274,7 @@ CONFIG_SYS_GBL_DATA_SIZE) #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET -#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 1 #endif |