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/t400_8mb/config | |
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/t400_8mb/config')
-rw-r--r-- | projects/coreboot/configs/seabios/t400_8mb/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/coreboot/configs/seabios/t400_8mb/config b/projects/coreboot/configs/seabios/t400_8mb/config index be9f61cf..76be1d08 100644 --- a/projects/coreboot/configs/seabios/t400_8mb/config +++ b/projects/coreboot/configs/seabios/t400_8mb/config @@ -508,7 +508,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_PXE is not set CONFIG_COMPRESSED_PAYLOAD_LZMA=y |