From bead24c4eb2bf4e664b51e5082dc24b39fed55ea Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sun, 13 Dec 2020 12:16:58 -0500 Subject: [PATCH] xx20-hotp-maximized: forgot to fix path to initrd, failed under CI. --- config/coreboot-t420-hotp-maximized.config | 2 +- config/coreboot-x220-hotp-maximized.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/coreboot-t420-hotp-maximized.config b/config/coreboot-t420-hotp-maximized.config index 406005d6..3a11f3b1 100644 --- a/config/coreboot-t420-hotp-maximized.config +++ b/config/coreboot-t420-hotp-maximized.config @@ -20,5 +20,5 @@ CONFIG_DEFAULT_CONSOLE_LOGLEVEL_5=y CONFIG_PAYLOAD_LINUX=y CONFIG_PAYLOAD_FILE="../../build/t420-hotp-maximized/bzImage" CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet loglevel=3" -CONFIG_LINUX_INITRD="../../build/t420-maximized/initrd.cpio.xz" +CONFIG_LINUX_INITRD="../../build/t420-hotp-maximized/initrd.cpio.xz" CONFIG_DEBUG_SMM_RELOCATION=y diff --git a/config/coreboot-x220-hotp-maximized.config b/config/coreboot-x220-hotp-maximized.config index 7c516eb9..07b1bb6a 100644 --- a/config/coreboot-x220-hotp-maximized.config +++ b/config/coreboot-x220-hotp-maximized.config @@ -20,5 +20,5 @@ CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x80000 CONFIG_PAYLOAD_LINUX=y CONFIG_PAYLOAD_FILE="../../build/x220-hotp-maximized/bzImage" CONFIG_LINUX_COMMAND_LINE="intel_iommu=igfx_off quiet loglevel=3" -CONFIG_LINUX_INITRD="../../build/x220-maximized/initrd.cpio.xz" +CONFIG_LINUX_INITRD="../../build/x220-hotp-maximized/initrd.cpio.xz" CONFIG_DEBUG_SMM_RELOCATION=y