summaryrefslogtreecommitdiff
path: root/include/configs/suzaku.h
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2007-09-23 22:25:11 (GMT)
committerMichal Simek <monstr@monstr.eu>2007-09-23 22:25:11 (GMT)
commit0731cbae6c2feab93b244d83fd6a43f5cc9bf852 (patch)
treeff8da553578c7423f22f02886d858d8825b32bf4 /include/configs/suzaku.h
parent1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716 (diff)
downloadu-boot-0731cbae6c2feab93b244d83fd6a43f5cc9bf852.tar.xz
[PATCH] Change macro name for UartLite
because PowerPC 405 can use UartLite as console
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 08ac9cb..2353b63 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 CONFIG_XILINX_UARTLITE
#define CONFIG_BAUDRATE 115200
#define CFG_BAUDRATE_TABLE { 115200 }