Author: myles Date: 2009-06-11 20:27:41 +0200 (Thu, 11 Jun 2009) New Revision: 4355
Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/cache_as_ram_auto.c Log: Fix s2895 failover booting. Abuild tested and boot tested on s2895 and serengeti_cheetah. Signed-off-by: Myles Watson <[email protected]> Acked-by: Ronald G. Minnich <[email protected]> Modified: trunk/coreboot-v2/src/mainboard/tyan/s2895/cache_as_ram_auto.c =================================================================== --- trunk/coreboot-v2/src/mainboard/tyan/s2895/cache_as_ram_auto.c 2009-06-09 15:22:47 UTC (rev 4354) +++ trunk/coreboot-v2/src/mainboard/tyan/s2895/cache_as_ram_auto.c 2009-06-11 18:27:41 UTC (rev 4355) @@ -214,6 +214,8 @@ #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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

