summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTsiChungLiew <Tsi-Chung.Liew@freescale.com>2007-08-05 03:19:10 -0500
committerStefan Roese <sr@denx.de>2007-08-08 09:46:55 +0200
commit9998bd37ead85e93953559720710d3b0685c81e6 (patch)
tree88bbbbb3f06483cfdfc06627e90ca3cc22fdddb4
parent9df6ad12cf6b0a26e3a74e994b7f1a5618341215 (diff)
downloadblackbird-obmc-uboot-9998bd37ead85e93953559720710d3b0685c81e6.tar.gz
blackbird-obmc-uboot-9998bd37ead85e93953559720710d3b0685c81e6.zip
Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
-rw-r--r--drivers/serial/mcfuart.c4
-rw-r--r--include/configs/M5329EVB.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/drivers/serial/mcfuart.c b/drivers/serial/mcfuart.c
index f54aabec26..39d4e18166 100644
--- a/drivers/serial/mcfuart.c
+++ b/drivers/serial/mcfuart.c
@@ -33,7 +33,7 @@
DECLARE_GLOBAL_DATA_PTR;
-#ifdef CONFIG_MCFSERIAL
+#ifdef CONFIG_MCFUART
int serial_init(void)
{
volatile uart_t *uart;
@@ -124,4 +124,4 @@ void serial_setbrg(void)
uart->ucr = UART_UCR_RX_ENABLED | UART_UCR_TX_ENABLED;
}
-#endif /* CONFIG_MCFSERIAL */
+#endif /* CONFIG_MCFUART */
diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h
index d1ac340048..50be03fe37 100644
--- a/include/configs/M5329EVB.h
+++ b/include/configs/M5329EVB.h
@@ -39,7 +39,8 @@
#undef DEBUG
-#define CONFIG_MCFSERIAL
+#define CONFIG_MCFUART
+#define CFG_UART_PORT (0)
#define CONFIG_BAUDRATE 115200
#define CFG_BAUDRATE_TABLE { 9600 , 19200 , 38400 , 57600, 115200 }
@@ -84,9 +85,6 @@
# endif /* CFG_DISCOVER_PHY */
#endif
-#define CONFIG_MCFUART
-#define CFG_UART_PORT (0)
-
#define CONFIG_MCFRTC
#undef RTC_DEBUG
OpenPOWER on IntegriCloud