]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/mips-boards/generic/console.c
[MIPS] Atlas: Remove support code.
[linux-2.6-omap-h63xx.git] / arch / mips / mips-boards / generic / console.c
index 4d8ab99e4155404395eef9b16a72a4fb8153c210..4a2aecc6da1b27691ad49134321091454ec1de37 100644 (file)
 #include <linux/serial_reg.h>
 #include <asm/io.h>
 
-#ifdef CONFIG_MIPS_ATLAS
-#include <asm/mips-boards/atlas.h>
-
-#ifdef CONFIG_CPU_LITTLE_ENDIAN
-#define PORT(offset) (ATLAS_UART_REGS_BASE     + ((offset)<<3))
-#else
-#define PORT(offset) (ATLAS_UART_REGS_BASE + 3 + ((offset)<<3))
-#endif
-
-#elif defined(CONFIG_MIPS_SEAD)
+#if   defined(CONFIG_MIPS_SEAD)
 
 #include <asm/mips-boards/sead.h>