aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/solo/failover.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/solo/failover.c')
-rw-r--r--src/mainboard/amd/solo/failover.c13
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");
}