summaryrefslogtreecommitdiff
path: root/include/configs/suzaku.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/suzaku.h
parent98889edd50aadf862071eb5664747ad0d568a20e (diff)
[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/suzaku.h')
-rw-r--r--include/configs/suzaku.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h
index ca5c7519c61..9661726b2ba 100644
--- a/include/configs/suzaku.h
+++ b/include/configs/suzaku.h
@@ -48,6 +48,7 @@
#define CFG_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc */
#define CFG_MALLOC_BASE (CFG_MONITOR_BASE - (1024 * 1024))
+#define XILINX_UARTLITE
#define CONFIG_BAUDRATE 115200
#define CFG_BAUDRATE_TABLE { 115200 }