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

Myles Watson mylesgw at gmail.com
Thu Mar 18 17:09:00 CET 2010


> 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()) {

> Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>

Acked-by: Myles Watson <mylesgw at gmail.com>

Thanks,
Myles





More information about the coreboot mailing list