···258258259259 if (init_uart == IOP13XX_INIT_UART_DEFAULT) {260260 switch (iop13xx_dev_id()) {261261- /* enable both uarts on iop341 and iop342 */261261+ /* enable both uarts on iop341 */262262 case 0x3380:263263 case 0x3384:264264 case 0x3388:265265 case 0x338c:266266- case 0x3382:267267- case 0x3386:268268- case 0x338a:269269- case 0x338e:270266 init_uart |= IOP13XX_INIT_UART_0;271267 init_uart |= IOP13XX_INIT_UART_1;272268 break;