From b79d518f8d77e809afc4986877ab423d2603e187 Mon Sep 17 00:00:00 2001 From: Burke Cates Date: Tue, 6 Mar 2018 00:00:39 -0800 Subject: [PATCH] x220 board and coreboot config fixes x220 board config references correct x230 linux config path. x220 coreboot config references proper bzImage and initrd path. --- boards/x220.config | 2 +- config/coreboot-x220.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/x220.config b/boards/x220.config index 9e980b06..a6aa9732 100644 --- a/boards/x220.config +++ b/boards/x220.config @@ -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 diff --git a/config/coreboot-x220.config b/config/coreboot-x220.config index 8f4e7d4f..3effe48a 100644 --- a/config/coreboot-x220.config +++ b/config/coreboot-x220.config @@ -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 #