]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/dbau1x00.h
karo: cleanup after merge of v2015.10-rc2
[karo-tx-uboot.git] / include / configs / dbau1x00.h
index 34030e3add422b1b208899789dda0e338aca29a7..46e3a6ce38c483056cfb7710fdfbd25050bf4c24 100644 (file)
 #define __CONFIG_H
 
 #define CONFIG_DBAU1X00                1
+#define CONFIG_SOC_AU1X00      1  /* alchemy series cpu */
 
 #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