diff options
Diffstat (limited to 'common/console.c')
| -rw-r--r-- | common/console.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/console.c b/common/console.c index da49c9682..629f60b7f 100644 --- a/common/console.c +++ b/common/console.c @@ -495,7 +495,7 @@ int console_init_r (void)  #ifdef CONFIG_SPLASH_SCREEN  	/* suppress all output if splash screen is enabled and we have -           a bmp to display                                            */ +	   a bmp to display                                            */  	if (getenv("splashimage") != NULL)  		outputdev = search_device (DEV_FLAGS_OUTPUT, "nulldev");  #endif |