]> git.sur5r.net Git - u-boot/blobdiff - board/sixnet/sixnet.c
OMAP5: EMIF: Add support for DDR3 device
[u-boot] / board / sixnet / sixnet.c
index edb5d133b727b44a343fc303aa626f1eaaaef5e8..a13c72dcd763305bf83add350e75711ce4ef104f 100644 (file)
@@ -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);
        }