bootstage: Use show_boot_error() for -ve progress numbers
[pandora-u-boot.git] / common / env_common.c
index 71811c4..49b55f1 100644 (file)
@@ -228,7 +228,7 @@ void env_relocate(void)
 #if defined(CONFIG_ENV_IS_NOWHERE)     /* Environment not changable */
                set_default_env(NULL);
 #else
-               show_boot_progress(-60);
+               show_boot_error(60);
                set_default_env("!bad CRC");
 #endif
        } else {