Fix s2895 failover booting.
Abuild tested and boot tested on s2895 and serengeti_cheetah. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -214,6 +214,8 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||||||
#if HAVE_FAILOVER_BOOT==1
|
#if HAVE_FAILOVER_BOOT==1
|
||||||
#if USE_FAILOVER_IMAGE==1
|
#if USE_FAILOVER_IMAGE==1
|
||||||
failover_process(bist, cpu_init_detectedx);
|
failover_process(bist, cpu_init_detectedx);
|
||||||
|
#else
|
||||||
|
real_main(bist, cpu_init_detectedx);
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#if USE_FALLBACK_IMAGE == 1
|
#if USE_FALLBACK_IMAGE == 1
|
||||||
|
Reference in New Issue
Block a user