diff options
author | Leah Woods <info@minifree.org> | 2016-05-21 06:13:22 (EDT) |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-21 06:13:22 (EDT) |
commit | 407f70f2f5d4834297f73b76b2ef5721e66ac90e (patch) | |
tree | 5753c434699e35aa56e75485a1cd7e2dbad55eaa /resources/libreboot/config/seabios | |
parent | 095361ebf35d542493e486ea6cce85daa86d216e (diff) | |
download | libreboot-407f70f2f5d4834297f73b76b2ef5721e66ac90e.zip libreboot-407f70f2f5d4834297f73b76b2ef5721e66ac90e.tar.gz libreboot-407f70f2f5d4834297f73b76b2ef5721e66ac90e.tar.bz2 |
All board: payload now named payload.elf
Diffstat (limited to 'resources/libreboot/config/seabios')
-rw-r--r-- | resources/libreboot/config/seabios/kcma-d8/config | 2 | ||||
-rw-r--r-- | resources/libreboot/config/seabios/kfsn4-dre/config | 2 | ||||
-rw-r--r-- | resources/libreboot/config/seabios/kgpe-d16/config | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/resources/libreboot/config/seabios/kcma-d8/config b/resources/libreboot/config/seabios/kcma-d8/config index ce3d877..abc6efb 100644 --- a/resources/libreboot/config/seabios/kcma-d8/config +++ b/resources/libreboot/config/seabios/kcma-d8/config @@ -573,7 +573,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 diff --git a/resources/libreboot/config/seabios/kfsn4-dre/config b/resources/libreboot/config/seabios/kfsn4-dre/config index 4cc178b..4939e17 100644 --- a/resources/libreboot/config/seabios/kfsn4-dre/config +++ b/resources/libreboot/config/seabios/kfsn4-dre/config @@ -570,7 +570,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 diff --git a/resources/libreboot/config/seabios/kgpe-d16/config b/resources/libreboot/config/seabios/kgpe-d16/config index eabe2b4..eb414a3 100644 --- a/resources/libreboot/config/seabios/kgpe-d16/config +++ b/resources/libreboot/config/seabios/kgpe-d16/config @@ -573,7 +573,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 |