]> git.sur5r.net Git - u-boot/blobdiff - lib_i386/board.c
* Patches by Yuli Barcohen, 13 Jul 2003:
[u-boot] / lib_i386 / board.c
index 5d1c1fb5fc981407ffa810e4666be88a5c76cce3..858ee06c53fdce44f8bda225f5612d0ddb9ae2bd 100644 (file)
@@ -418,7 +418,7 @@ void start_i386boot (void)
 
 #ifdef CONFIG_POST
        post_run (NULL, POST_RAM | post_bootmode_get(0));
-       if (post_bootmode_get(0) & POST_POWERFAIL) {
+       if (post_bootmode_get(0) & POST_SLOWTEST) {
                post_bootmode_clear();
                board_poweroff();
        }