status_led: Kconfig migration
[oweals/u-boot.git] / board / compulab / cm_t35 / cm_t35.c
index 484651b8c44482004349958189f7520583909ae7..ec21955b3911ff94e3f3428b0cbafc63716217e3 100644 (file)
@@ -92,8 +92,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;