diff options
author | wdenk <wdenk> | 2003-07-15 07:45:49 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-07-15 07:45:49 +0000 |
commit | 6dff55297283ebe16096e25f2dadb54e4b6fd9fc (patch) | |
tree | 6fa76fdf7ddc26e5728c3b318fe7addbf04ae673 /lib_i386 | |
parent | 8564acf936726c5568d71e4fa93a0ae9814e0d07 (diff) |
* Patches by Martin Krause, 14 Jul 2003:
- add I2C support for s3c2400 systems (trab board)
- (re-) add "ping" to command table
* Fix handling of "slow" POST routines
Diffstat (limited to 'lib_i386')
-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 858ee06c53f..a53fa991d00 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 |