]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
[PATCH] Change macro name for UartLite
authorMichal Simek <monstr@monstr.eu>
Sun, 23 Sep 2007 22:25:11 +0000 (00:25 +0200)
committerMichal Simek <monstr@monstr.eu>
Sun, 23 Sep 2007 22:25:11 +0000 (00:25 +0200)
because PowerPC 405 can use UartLite as console

drivers/serial_xuartlite.c
include/configs/ml401.h
include/configs/suzaku.h
include/configs/xupv2p.h

index ed59abea862ae4b7bb43fff097defea589369326..d678ab6b766e46eece567eb714f4a9140af0c39c 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <config.h>
 
-#ifdef CONFIG_MICROBLAZE
+#ifdef CONFIG_XILINX_UARTLITE
 
 #include <asm/serial_xuartlite.h>
 
index 7eeae708a72f1e0fefb83ffe9a7ddda058aec8ac..2cf0949577325be29b9bb940c2f1fc450bf2153b 100644 (file)
@@ -32,6 +32,7 @@
 #define        CONFIG_ML401            1       /* ML401 Board */
 
 /* uart */
+#define CONFIG_XILINX_UARTLITE
 #define        CONFIG_SERIAL_BASE      XILINX_UART_BASEADDR
 #define        CONFIG_BAUDRATE         XILINX_UART_BAUDRATE
 #define        CFG_BAUDRATE_TABLE      { CONFIG_BAUDRATE }
index 08ac9cbd58ba4f4a3285dea5f02132b4eb63225e..2353b63f5da86edee0a3930a671520b5cb1c70ab 100644 (file)
@@ -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 }
 
index 35001d7ada3108e2bcba95505e7571680c1d8a57..8ab0b49cd00bcaf524d7c2cda01862083a163861 100644 (file)
@@ -31,6 +31,7 @@
 #define        CONFIG_XUPV2P           1
 
 /* uart */
+#define CONFIG_XILINX_UARTLITE
 #define        CONFIG_SERIAL_BASE      XILINX_UART_BASEADDR
 #define        CONFIG_BAUDRATE         XILINX_UART_BAUDRATE
 #define        CFG_BAUDRATE_TABLE      { CONFIG_BAUDRATE }