]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/pb1x00.h
[MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
[karo-tx-uboot.git] / include / configs / pb1x00.h
index 181cd11b86eddc23530d9ef4ad78a3e824451f5f..2caa64173c8bd30effe6d2411c1a712cfe11f0e3 100644 (file)
 
 #define CONFIG_MIPS32          1  /* MIPS32 CPU core   */
 #define CONFIG_PB1X00          1
-#define CONFIG_AU1X00          1  /* alchemy series cpu */
+#define CONFIG_SOC_AU1X00      1  /* alchemy series cpu */
 
 #ifdef CONFIG_PB1000
-#define CONFIG_AU1000          1
+#define CONFIG_SOC_AU1000      1
 #else
 #ifdef CONFIG_PB1100
-#define CONFIG_AU1100          1
+#define CONFIG_SOC_AU1100      1
 #else
 #ifdef CONFIG_PB1500
-#define CONFIG_AU1500          1
+#define CONFIG_SOC_AU1500      1
 #else
 #error "No valid board set"
 #endif