diff options
Diffstat (limited to 'common/env_common.c')
| -rw-r--r-- | common/env_common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/env_common.c b/common/env_common.c index 49b55f1ee..41e2f260d 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -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 { |