]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/mgcoge.h
PXA: cradle: Fix for reloc
[karo-tx-uboot.git] / include / configs / mgcoge.h
index 55d1fc90fc6e4d9abe5622677072a7ed5309ff06..4dcd67919ba2978e6fc7682aa2b9dbbcc0b3402c 100644 (file)
@@ -34,6 +34,8 @@
 #define CONFIG_MGCOGE          1
 #define CONFIG_HOSTNAME                mgcoge
 
+#define        CONFIG_SYS_TEXT_BASE    0xFE000000
+
 #define CONFIG_CPM2            1       /* Has a CPM2 */
 
 /* include common defines/options for all Keymile boards */
                                        CONFIG_SYS_FLASH_BASE_1, \
                                        CONFIG_SYS_FLASH_BASE_2 }
 
-#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
 #endif
 #define CONFIG_SYS_HRCW_SLAVE6         0
 #define CONFIG_SYS_HRCW_SLAVE7         0
 
-#define BOOTFLAG_COLD          0x01    /* Normal Power-On: Boot from FLASH */
-#define BOOTFLAG_WARM          0x02    /* Software reboot                  */
-
 #define CONFIG_SYS_BOOTMAPSZ           (8 << 20)       /* Initial Memory map for Linux */
 
 #define CONFIG_SYS_CACHELINE_SIZE      32      /* For MPC8260 CPUs */