powerpc: Cleanup BOOTFLAG_* references
[platform/kernel/u-boot.git] / include / configs / BMW.h
index 98f6396..7d928eb 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()    */
 #  define CONFIG_SYS_CACHELINE_SHIFT   5       /* log base 2 of the above value   */
 #endif
 
-/*
- * Internal Definitions
- *
- * Boot Flags
- */
-#define BOOTFLAG_COLD          0x01    /* Normal Power-On: Boot from FLASH */
-#define BOOTFLAG_WARM          0x02    /* Software reboot                  */
-
-
 #endif /* __CONFIG_H */