X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmips%2Fasc_serial.c;h=be686c2ae8ddbb5e0fc0594f0998cf3b19289da1;hb=92b8964bed0d1b779d9e26be4e16755b5c635415;hp=3498b61e8be024b89ed55ed32b8dd1d4604dce29;hpb=10a3367955bc2033b288915f8f10d0e507fe2fa1;p=oweals%2Fu-boot.git diff --git a/cpu/mips/asc_serial.c b/cpu/mips/asc_serial.c index 3498b61e8b..be686c2ae8 100644 --- a/cpu/mips/asc_serial.c +++ b/cpu/mips/asc_serial.c @@ -4,8 +4,6 @@ #include -#if defined(CONFIG_PURPLE) || defined(CONFIG_INCA_IP) - #ifdef CONFIG_PURPLE #define serial_init asc_serial_init #define serial_putc asc_serial_putc @@ -368,4 +366,3 @@ int serial_tstc (void) return res; } -#endif /* CONFIG_PURPLE || CONFIG_INCA_IP */