]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/dbau1x00.h
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / include / configs / dbau1x00.h
index 07c60abec40f2717a971bd5769cea5f31d6df47b..5bbd4431d1ba02d1d239390f0732f25a57ec8644 100644 (file)
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_MIPS32          1  /* MIPS32 CPU core   */
 #define CONFIG_DBAU1X00                1
-#define CONFIG_SOC_AU1X00      1  /* alchemy series cpu */
+
+#define CONFIG_SYS_GENERIC_BOARD
+#define CONFIG_DISPLAY_BOARDINFO
 
 #ifdef CONFIG_DBAU1000
 /* Also known as Merlot */
-#define CONFIG_SOC_AU1000      1
 #else
 #ifdef CONFIG_DBAU1100
-#define CONFIG_SOC_AU1100      1
 #else
 #ifdef CONFIG_DBAU1500
-#define CONFIG_SOC_AU1500      1
 #else
 #ifdef CONFIG_DBAU1550
 /* Cabernet */
-#define CONFIG_SOC_AU1550      1
 #else
 #error "No valid board set"
 #endif
 
 #define CONFIG_SYS_MIPS_TIMER_FREQ     (CONFIG_SYS_MHZ * 1000000)
 
-#define CONFIG_SYS_HZ                  1000
-
 #define CONFIG_SYS_SDRAM_BASE          0x80000000     /* Cached addr */
 
 #define        CONFIG_SYS_LOAD_ADDR            0x81000000     /* default load address  */