diff options
Diffstat (limited to 'include/configs/barco.h')
-rw-r--r-- | include/configs/barco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/barco.h b/include/configs/barco.h index b1af7011790..eef711a270f 100644 --- a/include/configs/barco.h +++ b/include/configs/barco.h @@ -156,7 +156,7 @@ #else #undef CONFIG_SYS_RAMBOOT #define CONFIG_SYS_MONITOR_LEN 0x00030000 -#define CONFIG_SYS_MONITOR_BASE TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_GBL_DATA_SIZE 128 |