diff options
Diffstat (limited to 'lib_i386/board.c')
| -rw-r--r-- | lib_i386/board.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/lib_i386/board.c b/lib_i386/board.c index 858ee06c5..a53fa991d 100644 --- a/lib_i386/board.c +++ b/lib_i386/board.c @@ -418,10 +418,6 @@ void start_i386boot (void)  #ifdef CONFIG_POST  	post_run (NULL, POST_RAM | post_bootmode_get(0)); -	if (post_bootmode_get(0) & POST_SLOWTEST) { -		post_bootmode_clear(); -		board_poweroff(); -	}  #endif |