The 'make defconfig' target was broken in coreinfo. Attached patch adds the defconfig.
Signed-off-by: Christopher Kilgour <[email protected]>
Index: configs/defconfig =================================================================== --- configs/defconfig (revision 0) +++ configs/defconfig (revision 0) @@ -0,0 +1,27 @@ +# +# Automatically generated make config: don't edit +# coreinfo version: 0.1.0 +# Sat Feb 13 12:39:56 2010 +# + +# +# General settings +# +CONFIG_SHOW_DATE_TIME=y +CONFIG_PAYLOAD_INFO_NAME="coreinfo" +CONFIG_PAYLOAD_INFO_LISTNAME="System Information" +CONFIG_PAYLOAD_INFO_DESC="Display information about the system" +CONFIG_PAYLOAD_INFO_VERSION="0.1" + +# +# Modules +# +CONFIG_MODULE_COREBOOT=y +CONFIG_MODULE_MULTIBOOT=y +CONFIG_MODULE_CPUINFO=y +CONFIG_MODULE_PCI=y +CONFIG_MODULE_NVRAM=y +CONFIG_MODULE_BOOTLOG=y +CONFIG_MODULE_RAMDUMP=y +CONFIG_MODULE_LAR=y +CONFIG_MODULE_CBFS=y
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

