diff options
author | Leah Woods <info@minifree.org> | 2016-05-21 11:13:22 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-21 11:13:22 +0100 |
commit | 407f70f2f5d4834297f73b76b2ef5721e66ac90e (patch) | |
tree | 5753c434699e35aa56e75485a1cd7e2dbad55eaa /resources/libreboot/config/grub/qemu_i440fx_piix4 | |
parent | 095361ebf35d542493e486ea6cce85daa86d216e (diff) | |
download | librebootfr-407f70f2f5d4834297f73b76b2ef5721e66ac90e.tar.gz librebootfr-407f70f2f5d4834297f73b76b2ef5721e66ac90e.zip |
All board: payload now named payload.elf
Diffstat (limited to 'resources/libreboot/config/grub/qemu_i440fx_piix4')
-rw-r--r-- | resources/libreboot/config/grub/qemu_i440fx_piix4/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libreboot/config/grub/qemu_i440fx_piix4/config b/resources/libreboot/config/grub/qemu_i440fx_piix4/config index 92065d8e..17b36bb5 100644 --- a/resources/libreboot/config/grub/qemu_i440fx_piix4/config +++ b/resources/libreboot/config/grub/qemu_i440fx_piix4/config @@ -478,7 +478,7 @@ CONFIG_PAYLOAD_ELF=y # CONFIG_PAYLOAD_UBOOT is not set # CONFIG_PAYLOAD_LINUX is not set # CONFIG_PAYLOAD_TIANOCORE is not set -CONFIG_PAYLOAD_FILE="seabios.elf" +CONFIG_PAYLOAD_FILE="payload.elf" CONFIG_PAYLOAD_OPTIONS="" CONFIG_COMPRESSED_PAYLOAD_LZMA=y # CONFIG_PAYLOAD_IS_FLAT_BINARY is not set |