]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_common.c
Combine consecutive inline asm instructions into one statement to
[karo-tx-uboot.git] / common / env_common.c
index 71811c4d2ac151f7acbcc057d66f6b5c6043872b..c33d22d7522dfd52635eb91dcf9a5c371d321e9e 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);
+               bootstage_error(BOOTSTAGE_ID_NET_CHECKSUM);
                set_default_env("!bad CRC");
 #endif
        } else {