X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fconfigs%2Fdbau1x00.h;h=46e3a6ce38c483056cfb7710fdfbd25050bf4c24;hb=a177608da04b386f0d686e1774795b6f229b2f5c;hp=34030e3add422b1b208899789dda0e338aca29a7;hpb=c2e398d17bc691a0db4bda95b8e8ece275619592;p=karo-tx-uboot.git diff --git a/include/configs/dbau1x00.h b/include/configs/dbau1x00.h index 34030e3add..46e3a6ce38 100644 --- a/include/configs/dbau1x00.h +++ b/include/configs/dbau1x00.h @@ -13,18 +13,23 @@ #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