summaryrefslogtreecommitdiffstats
path: root/include/configs/mcu25.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mcu25.h')
-rw-r--r--include/configs/mcu25.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mcu25.h b/include/configs/mcu25.h
index 8dd87cb8c5..4aef6fc962 100644
--- a/include/configs/mcu25.h
+++ b/include/configs/mcu25.h
@@ -37,6 +37,8 @@
#define CONFIG_4xx 1
#define CONFIG_HOSTNAME mcu25
+#define CONFIG_SYS_TEXT_BASE 0xFFFB0000
+
/*
* Include common defines/options for all boards produced by Netstal Maschinen
*/
@@ -57,7 +59,7 @@
#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* _must_ be 0 */
#define CONFIG_SYS_FLASH_BASE 0xfff80000 /* start of FLASH */
-#define CONFIG_SYS_MONITOR_BASE TEXT_BASE
+#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
/* ... with on-chip memory here (4KBytes) */
#define CONFIG_SYS_OCM_DATA_ADDR 0xF4000000
OpenPOWER on IntegriCloud