attached patch changes read_option() in
mainboard/siemens/sitemp_g1p1/romstage.c.
Signed-off-by: Josef Kellermann <[email protected]> <mailto://[email protected]>
diff --git a/src/mainboard/siemens/sitemp_g1p1/romstage.c
b/src/mainboard/siemens/sitemp_g1p1/romstage.c
index 64e1bc7..09aa1d7 100644
--- a/src/mainboard/siemens/sitemp_g1p1/romstage.c
+++ b/src/mainboard/siemens/sitemp_g1p1/romstage.c
@@ -325,7 +325,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long
cpu_init_detectedx)
sb600_before_pci_init();
#if CONFIG_USE_OPTION_TABLE
- if( read_option(CMOS_VSTART_cmos_defaults_loaded,
CMOS_VLEN_cmos_defaults_loaded, 0) )
+ if( read_option(cmos_defaults_loaded, 0) )
__WARNING__("WARNING: CMOS DEFAULTS LOADED. PLEASE CHECK CMOS
OPTION \"cmos_default_loaded\" !\n");
#endif
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot