X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Ffreescale%2Ft208xqds%2Fspl.c;h=13e61f083f6b1a616d8f9dd5a4f3e99ee9297ae3;hb=2d6bf754ced8fc66cb945d026b66865da4fede85;hp=c6b23e4c6908cc7043f271960fd1702fe8ec3fce;hpb=d30c7209dfb4c6e4f38f8b42354e44885b53f301;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/freescale/t208xqds/spl.c b/board/freescale/t208xqds/spl.c index c6b23e4..13e61f0 100644 --- a/board/freescale/t208xqds/spl.c +++ b/board/freescale/t208xqds/spl.c @@ -81,7 +81,7 @@ void board_init_f(ulong bootflag) plat_ratio = (in_be32(&gur->rcwsr[0]) >> 25) & 0x1f; ccb_clk = sys_clk * plat_ratio / 2; - NS16550_init((struct ns16550 *)CONFIG_SYS_NS16550_COM1, + ns16550_init((struct ns16550 *)CONFIG_SYS_NS16550_COM1, ccb_clk / 16 / CONFIG_BAUDRATE); #if defined(CONFIG_SPL_MMC_BOOT)