commit | c19ffa8e62e09b6fd97b6f83e4d493919f7be72f | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Sun Aug 05 16:13:31 2007 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Sun Aug 05 16:13:31 2007 +0200 |
tree | d6ae6000229fb04f50dcfec1efd79b67eb03b425 | |
parent | 15bd8cf5569e2c648031d388b7d64e719f33d9a2 [diff] [blame] |
[FIX] Xilinx Uartlite driver Because PPC405 can use UARTLITE serial interface and Microblaze can use Uart16550 serial interface not only Uartlite.
diff --git a/drivers/serial_xuartlite.c b/drivers/serial_xuartlite.c index ed59abe..1f3aaae 100644 --- a/drivers/serial_xuartlite.c +++ b/drivers/serial_xuartlite.c
@@ -24,7 +24,7 @@ #include <config.h> -#ifdef CONFIG_MICROBLAZE +#ifdef XILINX_UARTLITE #include <asm/serial_xuartlite.h>