x220 board and coreboot config fixes

x220 board config references correct x230 linux config path.
x220 coreboot config references proper bzImage and initrd path.
This commit is contained in:
Burke Cates 2018-03-06 00:00:39 -08:00
parent d9808f6659
commit b79d518f8d
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# The Linux configuration is close enough to the x230
CONFIG_COREBOOT=y
CONFIG_COREBOOT_CONFIG=config/coreboot-x220.config
CONFIG_LINUX_CONFIG=config/x230.config
CONFIG_LINUX_CONFIG=config/linux-x230.config
CONFIG_CRYPTSETUP=y
CONFIG_FLASHROM=y

View File

@ -632,11 +632,11 @@ CONFIG_GENERATE_SMBIOS_TABLES=y
# CONFIG_PAYLOAD_UBOOT is not set
CONFIG_PAYLOAD_LINUX=y
# CONFIG_PAYLOAD_TIANOCORE is not set
CONFIG_PAYLOAD_FILE="./bzImage"
CONFIG_PAYLOAD_FILE="../../build/x220/bzImage"
CONFIG_PAYLOAD_OPTIONS=""
# CONFIG_PXE is not set
CONFIG_LINUX_COMMAND_LINE="quiet"
CONFIG_LINUX_INITRD="./initrd.cpio.xz"
CONFIG_LINUX_INITRD="../../build/x220/initrd.cpio.xz"
# CONFIG_PAYLOAD_IS_FLAT_BINARY is not set
#