diff options
| author | Michal Simek <[email protected]> | 2007-09-24 00:25:11 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2007-09-24 00:25:11 +0200 |
| commit | 0731cbae6c2feab93b244d83fd6a43f5cc9bf852 (patch) | |
| tree | ff8da553578c7423f22f02886d858d8825b32bf4 /drivers | |
| parent | 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716 (diff) | |
[PATCH] Change macro name for UartLite
because PowerPC 405 can use UartLite as console
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial_xuartlite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial_xuartlite.c b/drivers/serial_xuartlite.c index ed59abea862..d678ab6b766 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> |
