]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - post/post.c
* Patches by Xianghua Xiao, 15 Oct 2003:
[karo-tx-uboot.git] / post / post.c
index 28dd5f79a5968ea774acd83e95c63e384b38fb6d..89ad6f0d58e3d94f8fa248e234523107fc81ac84 100644 (file)
@@ -65,7 +65,7 @@ void post_bootmode_init (void)
        DECLARE_GLOBAL_DATA_PTR;
        int bootmode = post_bootmode_get (0);
        int newword;
-       
+
        if (post_hotkeys_pressed() && !(bootmode & POST_POWERTEST)) {
                newword = BOOTMODE_MAGIC | POST_SLOWTEST;
        } else if (bootmode == 0) {