]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pcs440ep/pcs440ep.c
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
[karo-tx-uboot.git] / board / pcs440ep / pcs440ep.c
index 5a3ec584451bbd502cdce86a69f50a3bf95e8f58..36994b531cdcdeaf1923753c0b4002b9033ac432 100644 (file)
@@ -110,8 +110,7 @@ void show_boot_progress (int val)
                        status_led_set (1, STATUS_LED_ON);
                        status_led_set (2, STATUS_LED_ON);
                        break;
-               case 15:
-                       /* booting */
+               case BOOTSTAGE_ID_RUN_OS:
                        status_led_set (0, STATUS_LED_ON);
                        status_led_set (1, STATUS_LED_ON);
                        status_led_set (2, STATUS_LED_ON);