bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
[oweals/u-boot.git] / board / Seagate / dockstar / dockstar.c
index a1de0dc4dfb3bb0d9567482f47267b1379dd3d0e..8cbfb02b1560b766047f4cc071827bdbed1e8461 100644 (file)
@@ -169,7 +169,7 @@ static void set_leds(u32 leds, u32 blinking)
 void show_boot_progress(int val)
 {
        switch (val) {
-       case 15:                /* booting Linux */
+       case BOOTSTAGE_ID_RUN_OS:               /* booting Linux */
                set_leds(BOTH_LEDS, NEITHER_LED);
                break;
        case 64:                /* Ethernet initialization */