]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/Adder.h
Adding fixed sdram setting for cornet_ds board
[karo-tx-uboot.git] / include / configs / Adder.h
index 7371a9ccf597b920abf2cd984d31af3cdabe1b3c..a1c530b71b4ad4bbdced4d740ce90b4e8ba5930c 100644 (file)
@@ -32,6 +32,8 @@
 
 #define CONFIG_ADDER                           /* Analogue&Micro Adder board   */
 
+#define        CONFIG_SYS_TEXT_BASE    0xFE000000
+
 #define        CONFIG_8xx_CONS_SMC1    1               /* Console is on SMC1           */
 #define CONFIG_BAUDRATE                38400
 
  */
 #define CONFIG_SYS_CACHELINE_SIZE      16      /* For all MPC8xx chips                 */
 
-/*-----------------------------------------------------------------------
- * Internal Definitions
- *
- * Boot Flags
- */
-#define BOOTFLAG_COLD          0x01    /* Normal Power-On: Boot from flash     */
-#define BOOTFLAG_WARM          0x02    /* Software reboot                      */
-
 /* pass open firmware flat tree */
 #define CONFIG_OF_LIBFDT       1
 #define CONFIG_OF_BOARD_SETUP  1