X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2FBuS%2Feb_cpu5282%2Feb_cpu5282.c;h=b1740ee9b9a3ada0698e245768268e53730c0fc0;hb=2d8d190c8394b43c0989cdb04a50cb48d4e1f8da;hp=2164b52dee0926e979ace5b8501411a27dd285de;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/BuS/eb_cpu5282/eb_cpu5282.c b/board/BuS/eb_cpu5282/eb_cpu5282.c index 2164b52..b1740ee 100644 --- a/board/BuS/eb_cpu5282/eb_cpu5282.c +++ b/board/BuS/eb_cpu5282/eb_cpu5282.c @@ -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);