From 124d8767dac8827be3104db1e1d710c32813d8d3 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 11 Jun 2009 18:27:41 +0000 Subject: Fix s2895 failover booting. Abuild tested and boot tested on s2895 and serengeti_cheetah. Signed-off-by: Myles Watson Acked-by: Ronald G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/tyan/s2895/cache_as_ram_auto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/tyan/s2895/cache_as_ram_auto.c b/src/mainboard/tyan/s2895/cache_as_ram_auto.c index 4d06456d36..43a6cf089e 100644 --- a/src/mainboard/tyan/s2895/cache_as_ram_auto.c +++ b/src/mainboard/tyan/s2895/cache_as_ram_auto.c @@ -214,6 +214,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) #if HAVE_FAILOVER_BOOT==1 #if USE_FAILOVER_IMAGE==1 failover_process(bist, cpu_init_detectedx); + #else + real_main(bist, cpu_init_detectedx); #endif #else #if USE_FALLBACK_IMAGE == 1 -- cgit v1.2.3