* Patches by Yuli Barcohen, 13 Jul 2003:
[platform/kernel/u-boot.git] / lib_i386 / board.c
index 5d1c1fb..858ee06 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();
        }