diff options
Diffstat (limited to 'src/mainboard/dell/s1850/failover.c')
-rw-r--r-- | src/mainboard/dell/s1850/failover.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/dell/s1850/failover.c b/src/mainboard/dell/s1850/failover.c index c5f3f8089d..d41bbe5eb2 100644 --- a/src/mainboard/dell/s1850/failover.c +++ b/src/mainboard/dell/s1850/failover.c @@ -13,6 +13,8 @@ static unsigned long main(unsigned long bist) { + /* skip all this nonsense as we are not doing fallback yet */ + goto fallback_image; /* Did just the cpu reset? */ if (memory_initialized()) { if (last_boot_normal()) { |