summaryrefslogtreecommitdiffstats
path: root/lib_i386
diff options
context:
space:
mode:
Diffstat (limited to 'lib_i386')
-rw-r--r--lib_i386/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_i386/board.c b/lib_i386/board.c
index 5d1c1fb5fc..858ee06c53 100644
--- a/lib_i386/board.c
+++ b/lib_i386/board.c
@@ -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();
}
OpenPOWER on IntegriCloud