Skip to content

Commit

Permalink
Merge pull request #930 from tlaurion/xx20_hotp_fix
Browse files Browse the repository at this point in the history
xx20-hotp-maximized: forgot to fix path to initrd, failed under CI.
  • Loading branch information
tlaurion committed Dec 13, 2020
2 parents 0f1f547 + bead24c commit a81ae6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/coreboot-t420-hotp-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/coreboot-x220-hotp-maximized.config
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a81ae6e

Please sign in to comment.