]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/m68knommu/platform/68VZ328/config.c
Merge branch 'master' into csb1725
[mv-sheeva.git] / arch / m68knommu / platform / 68VZ328 / config.c
index fc5c63054e98f09a2cff9d955709d3267212707c..eabaabe8af3605e9dbb09519b5391f2a33a76b0d 100644 (file)
@@ -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;