]> git.sur5r.net Git - u-boot/blobdiff - common/env_common.c
CMD: Remove CMD_AUTOSCRIPT, it's not used
[u-boot] / common / env_common.c
index 49b55f1eefc501823e72ecec344030cf0f51fc8b..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_error(60);
+               bootstage_error(BOOTSTAGE_ID_NET_CHECKSUM);
                set_default_env("!bad CRC");
 #endif
        } else {