summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-09-21 10:24:36 +0200
committerStefan Roese <sr@denx.de>2010-09-23 09:02:05 +0200
commite3c78c9b3c6a984934f98d3d622618edaa149fbd (patch)
tree289a153d11f6156810326b03c68ade54393ebdd4 /drivers
parent550650ddd0fde00f245bc3da72d7272844198394 (diff)
downloadblackbird-obmc-uboot-e3c78c9b3c6a984934f98d3d622618edaa149fbd.tar.gz
blackbird-obmc-uboot-e3c78c9b3c6a984934f98d3d622618edaa149fbd.zip
ppc4xx: Remove now unused CONFIG_UART1_CONSOLE
CONFIG_UART1_CONSOLE was a PPC4xx specific implementation and is now removed since the move from the 4xx UART driver to the common NS16550 UART driver. Let's remove all references to this define now. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/serial_netarm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/serial/serial_netarm.c b/drivers/serial/serial_netarm.c
index 2eb5393404..d04790d270 100644
--- a/drivers/serial/serial_netarm.c
+++ b/drivers/serial/serial_netarm.c
@@ -51,13 +51,8 @@ DECLARE_GLOBAL_DATA_PTR;
}
-#ifndef CONFIG_UART1_CONSOLE
volatile netarm_serial_channel_t *serial_reg_ch1 = get_serial_channel(0);
volatile netarm_serial_channel_t *serial_reg_ch2 = get_serial_channel(1);
-#else
-volatile netarm_serial_channel_t *serial_reg_ch1 = get_serial_channel(1);
-volatile netarm_serial_channel_t *serial_reg_ch2 = get_serial_channel(0);
-#endif
extern void _netarm_led_FAIL1(void);
OpenPOWER on IntegriCloud