aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/seabios/d510mo/config
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-09-18 11:06:21 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-09-18 13:16:18 -0400
commit4d1745681142afaed23fadfabf044afdef77caf1 (patch)
tree8ba124528eb9aa77bb9c3cb9ee740983e0705a99 /projects/coreboot/configs/seabios/d510mo/config
parent2bd9ba83382e10afb9b4b42412bdec45a79efb3d (diff)
downloadlibrebootfr-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/d510mo/config')
-rw-r--r--projects/coreboot/configs/seabios/d510mo/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/coreboot/configs/seabios/d510mo/config b/projects/coreboot/configs/seabios/d510mo/config
index ebe6636b..168919ef 100644
--- a/projects/coreboot/configs/seabios/d510mo/config
+++ b/projects/coreboot/configs/seabios/d510mo/config
@@ -488,7 +488,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