status_led: Kconfig migration
[oweals/u-boot.git] / board / compulab / cm_t3517 / cm_t3517.c
index 8aae248042da9b09b9f4b5c695a1289d49759230..50312b126c2f3133193c56baa7846292f11a1b7a 100644 (file)
@@ -89,8 +89,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
 
        cm_t3517_musb_init();