This commit is contained in:
Trammell hudson 2018-03-08 01:00:31 -05:00
commit b94c88cb59
No known key found for this signature in database
GPG Key ID: 687A5005935B1533
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
#