summaryrefslogtreecommitdiff
path: root/include/configs/xupv2p.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-08-05 16:13:31 +0200
committerMichal Simek <monstr@monstr.eu>2007-08-05 16:13:31 +0200
commitaf8377d4eb3a0ac5a831830d5ce63fbf65fecb7f (patch)
treed6ae6000229fb04f50dcfec1efd79b67eb03b425 /include/configs/xupv2p.h
parent98889edd50aadf862071eb5664747ad0d568a20e (diff)
downloadu-boot-imx-af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f.zip
u-boot-imx-af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f.tar.gz
u-boot-imx-af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f.tar.bz2
[FIX] Xilinx Uartlite driver
Because PPC405 can use UARTLITE serial interface and Microblaze can use Uart16550 serial interface not only Uartlite.
Diffstat (limited to 'include/configs/xupv2p.h')
-rw-r--r--include/configs/xupv2p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h
index 25fa495..bac31f4 100644
--- a/include/configs/xupv2p.h
+++ b/include/configs/xupv2p.h
@@ -32,6 +32,7 @@
/* uart */
#ifdef XILINX_UARTLITE_BASEADDR
+#define XILINX_UARTLITE
#define CONFIG_SERIAL_BASE XILINX_UARTLITE_BASEADDR
#define CONFIG_BAUDRATE XILINX_UARTLITE_BAUDRATE
#define CFG_BAUDRATE_TABLE { CONFIG_BAUDRATE }