]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/console.c
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / common / console.c
index da49c968272068235ac79edbd9ef7a520eea3d68..629f60b7fe60df9afb974a03cab1d6902ff63b72 100644 (file)
@@ -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