X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fisee%2Figep00x0%2Figep00x0.c;h=65cc7dfdecefb3586ce6fcdab4533680636c9c84;hb=2d8d190c8394b43c0989cdb04a50cb48d4e1f8da;hp=5a3498f570a6d98cf78fd9848e0532d04b6fdb07;hpb=17fa032671f7981628fe16b30399638842a4b1bb;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/isee/igep00x0/igep00x0.c b/board/isee/igep00x0/igep00x0.c index 5a3498f..65cc7df 100644 --- a/board/isee/igep00x0/igep00x0.c +++ b/board/isee/igep00x0/igep00x0.c @@ -69,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;