See patch.
Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Fix copy-paste error in src/cpu/x86/Kconfig. That file defines XIP_ROM_BASE twice, but the latter definition should be XIP_ROM_SIZE (not *_BASE). These exact two definitions are listed in src/Kconfig already, though, so maybe one of the two locations should remove them? Signed-off-by: Uwe Hermann <[email protected]> Index: src/cpu/x86/Kconfig =================================================================== --- src/cpu/x86/Kconfig (Revision 4566) +++ src/cpu/x86/Kconfig (Arbeitskopie) @@ -6,6 +6,6 @@ hex default 0xfffe0000 -config XIP_ROM_BASE +config XIP_ROM_SIZE hex default 0x2000
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

