]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/env_common.c
bootstage: Convert net progress numbers to enums
[karo-tx-uboot.git] / common / env_common.c
index 49b55f1eefc501823e72ecec344030cf0f51fc8b..41e2f260dbc64b3de76e642d6c4dffb51a3c0373 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);
+               show_boot_error(BOOTSTAGE_ID_NET_CHECKSUM);
                set_default_env("!bad CRC");
 #endif
        } else {