arm: Remove OMAP2420H4 and all omap24xx support
[oweals/u-boot.git] / drivers / serial / serial_ns16550.c
index b92eef4db95cd972e6c12575eaebd61c25961e76..3c07da35976a2d185b38cfceb725bd75ddc3941d 100644 (file)
@@ -151,12 +151,7 @@ static int calc_divisor (NS16550_t port)
        }
 #endif
 
-#ifdef CONFIG_APTIX
-#define MODE_X_DIV 13
-#else
 #define MODE_X_DIV 16
-#endif
-
        /* Compute divisor value. Normally, we should simply return:
         *   CONFIG_SYS_NS16550_CLK) / MODE_X_DIV / gd->baudrate
         * but we need to round that value by adding 0.5.