status_led: Kconfig migration
[oweals/u-boot.git] / board / BuS / eb_cpu5282 / eb_cpu5282.c
index 2164b52dee0926e979ace5b8501411a27dd285de..b1740ee9b9a3ada0698e245768268e53730c0fc0 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);