X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fisee%2Figep00x0%2Figep00x0.c;h=65cc7dfdecefb3586ce6fcdab4533680636c9c84;hb=2d8d190c8394b43c0989cdb04a50cb48d4e1f8da;hp=ae7959b1eb6eb688c24b907a872a2d3d3bec221e;hpb=568b471e15d9936bdd620459cc6afd7cab640e20;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/isee/igep00x0/igep00x0.c b/board/isee/igep00x0/igep00x0.c index ae7959b..65cc7df 100644 --- a/board/isee/igep00x0/igep00x0.c +++ b/board/isee/igep00x0/igep00x0.c @@ -32,7 +32,8 @@ DECLARE_GLOBAL_DATA_PTR; static const struct ns16550_platdata igep_serial = { .base = OMAP34XX_UART3, .reg_shift = 2, - .clock = V_NS16550_CLK + .clock = V_NS16550_CLK, + .fcr = UART_FCR_DEFVAL, }; U_BOOT_DEVICE(igep_uart) = { @@ -68,8 +69,8 @@ int board_init(void) /* boot param addr */ gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100); -#if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT) - status_led_set(STATUS_LED_BOOT, STATUS_LED_ON); +#if defined(CONFIG_LED_STATUS) && defined(CONFIG_LED_STATUS_BOOT_ENABLE) + status_led_set(CONFIG_LED_STATUS_BOOT, CONFIG_LED_STATUS_ON); #endif return 0;