commit | fbb2d01be4e198d58fbc75a014957576ad683f50 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon Sep 24 00:25:11 2007 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Mon Sep 24 00:25:11 2007 +0200 |
tree | ff8da553578c7423f22f02886d858d8825b32bf4 | |
parent | 08555dd6c14b9f3ec31303d8b90c44b3da37647f [diff] [blame] |
[PATCH] Change macro name for UartLite because PowerPC 405 can use UartLite as console
diff --git a/drivers/serial_xuartlite.c b/drivers/serial_xuartlite.c index ed59abe..d678ab6 100644 --- a/drivers/serial_xuartlite.c +++ b/drivers/serial_xuartlite.c
@@ -24,7 +24,7 @@ #include <config.h> -#ifdef CONFIG_MICROBLAZE +#ifdef CONFIG_XILINX_UARTLITE #include <asm/serial_xuartlite.h>