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