diff options
Diffstat (limited to 'lib_i386/board.c')
-rw-r--r-- | lib_i386/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_i386/board.c b/lib_i386/board.c index 5d1c1fb..858ee06 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(); } |