diff options
Diffstat (limited to 'projects/coreboot/configs/z61t')
-rw-r--r-- | projects/coreboot/configs/z61t/config | 2 | ||||
-rw-r--r-- | projects/coreboot/configs/z61t/textmode/16mb/seabios/config | 2 | ||||
-rw-r--r-- | projects/coreboot/configs/z61t/textmode/2mb/seabios/config | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/projects/coreboot/configs/z61t/textmode/16mb/seabios/config b/projects/coreboot/configs/z61t/textmode/16mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/z61t/textmode/16mb/seabios/config +++ b/projects/coreboot/configs/z61t/textmode/16mb/seabios/config @@ -1 +1 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/z61t/textmode/2mb/seabios/config b/projects/coreboot/configs/z61t/textmode/2mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/z61t/textmode/2mb/seabios/config +++ b/projects/coreboot/configs/z61t/textmode/2mb/seabios/config @@ -1 +1 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" |