X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fsixnet%2Fsixnet.c;h=a13c72dcd763305bf83add350e75711ce4ef104f;hb=784ab7c545d25288a82216d18e2b0ca3beae470b;hp=edb5d133b727b44a343fc303aa626f1eaaaef5e8;hpb=2419169f5749d7af501b3b77a5336d1d535320de;p=u-boot diff --git a/board/sixnet/sixnet.c b/board/sixnet/sixnet.c index edb5d133b7..a13c72dcd7 100644 --- a/board/sixnet/sixnet.c +++ b/board/sixnet/sixnet.c @@ -46,7 +46,7 @@ void show_boot_progress (int status) { #if defined(CONFIG_STATUS_LED) # if defined(STATUS_LED_BOOT) - if (status == 15) { + if (status == BOOTSTAGE_ID_RUN_OS) { /* ready to transfer to kernel, make sure LED is proper state */ status_led_set(STATUS_LED_BOOT, CONFIG_BOOT_LED_STATE); }