diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-11-24 22:50:35 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-11-24 22:50:35 -0500 |
commit | 2d1b5a6a32017ec8e695811ba9a386390a304731 (patch) | |
tree | fb4e7e17907a24403938898c10f07136eda302d5 /projects/coreboot/configs/z61t/config | |
parent | 04451caf0793cd0505833609a7f90de892f0d076 (diff) | |
download | librebootfr-2d1b5a6a32017ec8e695811ba9a386390a304731.tar.gz librebootfr-2d1b5a6a32017ec8e695811ba9a386390a304731.zip |
Amend path to SeaBIOS payload in coreboot configs
Diffstat (limited to 'projects/coreboot/configs/z61t/config')
-rw-r--r-- | projects/coreboot/configs/z61t/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/coreboot/configs/z61t/config b/projects/coreboot/configs/z61t/config index 5f5544e9..69a55442 100644 --- a/projects/coreboot/configs/z61t/config +++ b/projects/coreboot/configs/z61t/config @@ -621,7 +621,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="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" # CONFIG_SEABIOS_STABLE is not set # CONFIG_SEABIOS_MASTER is not set # CONFIG_SEABIOS_REVISION is not set |