From b59906c1e9dc6e3e4902382cc3e9f4aa205ced34 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 7 Sep 2006 15:31:27 +0000 Subject: remove dangerous call to normal image; no backup on OLPC git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2399 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/olpc/rev_a/failover.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/olpc') diff --git a/src/mainboard/olpc/rev_a/failover.c b/src/mainboard/olpc/rev_a/failover.c index bdcb9eaed2..35317fc7b2 100644 --- a/src/mainboard/olpc/rev_a/failover.c +++ b/src/mainboard/olpc/rev_a/failover.c @@ -8,6 +8,7 @@ static unsigned long main(unsigned long bist) { +#if 0 /* This is the primary cpu how should I boot? */ if (do_normal_boot()) { goto normal_image; @@ -28,5 +29,6 @@ static unsigned long main(unsigned long bist) : /* clobbers */ ); fallback_image: +#endif return bist; } -- cgit v1.2.3