[coreboot] [PATCH]Remove fallback/normal decision from mainboards'romstage.c

Patrick Georgi patrick at georgi-clan.de
Thu Mar 18 17:36:20 CET 2010


Am 18.03.2010 17:09, schrieb Myles Watson:
> 
>> 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 <patrick.georgi at coresystems.de>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20100318-3-de-morgan
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100318/5d4de7e8/attachment.ksh>


More information about the coreboot mailing list