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 eb33422af..0462cad6d 100644 --- a/common/env_common.c +++ b/common/env_common.c @@ -232,7 +232,7 @@ void env_relocate (void)  		puts ("Using default environment\n\n");  #else  		puts ("*** Warning - bad CRC, using default environment\n\n"); -		SHOW_BOOT_PROGRESS (-1); +		SHOW_BOOT_PROGRESS (-60);  #endif  		if (sizeof(default_environment) > ENV_SIZE) |