status_led: Kconfig migration
[platform/kernel/u-boot.git] / board / BuS / eb_cpu5282 / eb_cpu5282.c
index 2164b52..b1740ee 100644 (file)
@@ -174,7 +174,7 @@ void __led_init(led_id_t mask, int state)
 
 void __led_set(led_id_t mask, int state)
 {
-       if (state == STATUS_LED_ON)
+       if (state == CONFIG_LED_STATUS_ON)
                MCFGPTA_GPTPORT |= (1 << 3);
        else
                MCFGPTA_GPTPORT &= ~(1 << 3);