]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mips/au1x00_serial.c
[MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
[karo-tx-uboot.git] / cpu / mips / au1x00_serial.c
index 42c668ee3d373a54e5609b3104742d8aa2e9b9f2..ec10ac03708fc30b52171292ed999b98c4b5a99e 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <config.h>
 
-#ifdef CONFIG_AU1X00
+#ifdef CONFIG_SOC_AU1X00
 
 #include <common.h>
 #include <asm/au1x00.h>
@@ -132,4 +132,4 @@ int serial_tstc (void)
        }
        return 0;
 }
-#endif /* CONFIG_SERIAL_AU1X00 */
+#endif /* CONFIG_SOC_AU1X00 */