X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmips%2Fasc_serial.c;h=be686c2ae8ddbb5e0fc0594f0998cf3b19289da1;hb=6c6e042ab3bbfb5428e4cdeb38fa27728c63afdd;hp=3498b61e8be024b89ed55ed32b8dd1d4604dce29;hpb=1a247ba7fa5fb09f56892a09a990f03ce564b3e2;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 */