Patrick Georgi wrote:
> >> It's abuild tested and boot-tested with kontron/986lcd-m (which is
> >> affected due to the changes in src/cpu/intel)
> >>
> >> +  if (!((cpu_init_detectedx) || (!boot_cpu()))) {
> > 
> > Maybe in a follow-up patch this could become:
> > +   if (!cpu_init_detectedx && boot_cpu()) {
> 
> Like this?
> I also removed the failover.c files, which aren't used anymore (and were
> pretty useless after the cleanup anyway)
> 
> Signed-off-by: Patrick Georgi <[email protected]>

Acked-by: Peter Stuge <[email protected]>

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to