diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-10-01 15:41:39 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-10-01 15:41:39 +0000 |
commit | e14f58343bc4f6b63673e3e2af8f6ce66d0bb74c (patch) | |
tree | e77c8c8d83046d529c7a0ed7f3fdb5c711998a1d /src/mainboard/dell/s1850/failover.c | |
parent | 61d66db14d9f8790982a299314101e8c5125c36d (diff) |
We need this to be Kconfig. The old way is not trusted by me.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4699 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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()) { |