diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 01:44:36 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-07-12 01:44:36 +0000 |
commit | c24a5685516802eaedceff50cce0271f51c80751 (patch) | |
tree | 8b3d792064c267c595e0508c35acaf51ed208dcf /src/mainboard/amd/solo/failover.c | |
parent | 34cadde255a5fd83fb44830f3eabb6c5b5b23aa9 (diff) | |
download | coreboot-c24a5685516802eaedceff50cce0271f51c80751.tar.xz |
- Solo updates
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@952 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/solo/failover.c')
-rw-r--r-- | src/mainboard/amd/solo/failover.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/mainboard/amd/solo/failover.c b/src/mainboard/amd/solo/failover.c index da0f1d0302..017b03862f 100644 --- a/src/mainboard/amd/solo/failover.c +++ b/src/mainboard/amd/solo/failover.c @@ -9,15 +9,14 @@ static void main(void) { - if (do_normal_boot()) { - /* Nothing special needs to be done to find bus 0 */ - - /* Allow the HT devices to be found */ - enumerate_ht_chain(); + /* Nothing special needs to be done to find bus 0 */ + /* Allow the HT devices to be found */ + enumerate_ht_chain(); - /* Setup the 8111 */ - amd8111_enable_rom(); + /* Setup the 8111 */ + amd8111_enable_rom(); + if (do_normal_boot()) { /* Jump to the normal image */ asm("jmp __normal_image"); } |