]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/serial/ns16550.c
arm: Remove OMAP2420H4 and all omap24xx support
[karo-tx-uboot.git] / drivers / serial / ns16550.c
index 7f013ab33c511d41e2bcbdd47d2372b778d52f43..d77c25fa9b3c0afd2f38a62f780ffc3d5668162e 100644 (file)
@@ -74,13 +74,8 @@ void NS16550_init(NS16550_t com_port, int baud_divisor)
        defined(CONFIG_AM33XX) || defined(CONFIG_SOC_DA8XX) || \
        defined(CONFIG_TI814X)
 
-#if defined(CONFIG_APTIX)
-       /* /13 mode so Aptix 6MHz can hit 115200 */
-       serial_out(3, &com_port->mdr1);
-#else
        /* /16 is proper to hit 115200 with 48MHz */
        serial_out(0, &com_port->mdr1);
-#endif
 #endif /* CONFIG_OMAP */
 }