Makefile: move all Power Architecture boards into boards.cfg
[platform/kernel/u-boot.git] / include / configs / BMW.h
index 98f6396..134ad1f 100644 (file)
@@ -45,6 +45,8 @@
 #define CONFIG_MPC8245         1
 #define CONFIG_BMW             1
 
+#define        CONFIG_SYS_TEXT_BASE    0xFFF00000
+
 #define        CONFIG_MISC_INIT_F      1       /* Use misc_init_f()                    */
 
 #define CONFIG_BCM570x         1       /* Use Broadcom BCM570x Ethernet Driver */
 
 #define CONFIG_SYS_EUMB_ADDR       0xFC000000
 
-#define CONFIG_SYS_MONITOR_BASE    TEXT_BASE
+#define CONFIG_SYS_MONITOR_BASE    CONFIG_SYS_TEXT_BASE
 
 #define CONFIG_SYS_MONITOR_LEN     (256 << 10) /* Reserve 256 kB for Monitor   */
 #define CONFIG_SYS_MALLOC_LEN      (2048 << 10) /* Reserve 2MB for malloc()    */