diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-18 11:06:21 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-09-18 13:16:18 -0400 |
commit | 4d1745681142afaed23fadfabf044afdef77caf1 (patch) | |
tree | 8ba124528eb9aa77bb9c3cb9ee740983e0705a99 /projects/coreboot/configs/seabios/kfsn4-dre | |
parent | 2bd9ba83382e10afb9b4b42412bdec45a79efb3d (diff) | |
download | librebootfr-4d1745681142afaed23fadfabf044afdef77caf1.tar.gz librebootfr-4d1745681142afaed23fadfabf044afdef77caf1.zip |
Modify payload path in Coreboot configs
It makes things easier if the makefiles fetch the default payload from
its build directory, which should have a stable name.
Diffstat (limited to 'projects/coreboot/configs/seabios/kfsn4-dre')
-rw-r--r-- | projects/coreboot/configs/seabios/kfsn4-dre/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/coreboot/configs/seabios/kfsn4-dre/config b/projects/coreboot/configs/seabios/kfsn4-dre/config index 4939e17a..f554fbfb 100644 --- a/projects/coreboot/configs/seabios/kfsn4-dre/config +++ b/projects/coreboot/configs/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="payload.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" CONFIG_PAYLOAD_OPTIONS="" CONFIG_COMPRESSED_PAYLOAD_LZMA=y # CONFIG_PAYLOAD_IS_FLAT_BINARY is not set |