aboutsummaryrefslogtreecommitdiff
path: root/arch/m68knommu/platform/68VZ328/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68knommu/platform/68VZ328/config.c')
-rw-r--r--arch/m68knommu/platform/68VZ328/config.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68knommu/platform/68VZ328/config.c b/arch/m68knommu/platform/68VZ328/config.c
index fc5c63054e9..eabaabe8af3 100644
--- a/arch/m68knommu/platform/68VZ328/config.c
+++ b/arch/m68knommu/platform/68VZ328/config.c
@@ -90,11 +90,6 @@ static void init_hardware(char *command, int size)
PDIQEG &= ~PD(1);
PDIRQEN |= PD(1); /* IRQ enabled */
-#ifdef CONFIG_68328_SERIAL_UART2
- /* Enable RXD TXD port bits to enable UART2 */
- PJSEL &= ~(PJ(5) | PJ(4));
-#endif
-
#ifdef CONFIG_INIT_LCD
/* initialize LCD controller */
LSSA = (long) screen_bits;