diff options
author | Swift Geek <swiftgeek@gmail.com> | 2018-11-25 04:56:28 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-11-25 04:56:28 +0000 |
commit | a5d2271c474b11967e29238e9ce1bd1a1e171735 (patch) | |
tree | fb4e7e17907a24403938898c10f07136eda302d5 /projects/coreboot/configs/x200 | |
parent | 4da7c693efc2c5c6a41b09c708621bc4a4d184a6 (diff) | |
parent | 2d1b5a6a32017ec8e695811ba9a386390a304731 (diff) | |
download | librebootfr-a5d2271c474b11967e29238e9ce1bd1a1e171735.tar.gz librebootfr-a5d2271c474b11967e29238e9ce1bd1a1e171735.zip |
Merge branch 'seabios' of and_who/libreboot into master
Diffstat (limited to 'projects/coreboot/configs/x200')
7 files changed, 7 insertions, 7 deletions
diff --git a/projects/coreboot/configs/x200/config b/projects/coreboot/configs/x200/config index 8e2be019..01efbc79 100644 --- a/projects/coreboot/configs/x200/config +++ b/projects/coreboot/configs/x200/config @@ -582,7 +582,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_PAYLOAD_OPTIONS="" # CONFIG_PXE is not set CONFIG_COMPRESSED_PAYLOAD_LZMA=y diff --git a/projects/coreboot/configs/x200/corebootfb/16mb/seabios/config b/projects/coreboot/configs/x200/corebootfb/16mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/x200/corebootfb/16mb/seabios/config +++ b/projects/coreboot/configs/x200/corebootfb/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/x200/corebootfb/4mb/seabios/config b/projects/coreboot/configs/x200/corebootfb/4mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/x200/corebootfb/4mb/seabios/config +++ b/projects/coreboot/configs/x200/corebootfb/4mb/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/x200/corebootfb/8mb/seabios/config b/projects/coreboot/configs/x200/corebootfb/8mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/x200/corebootfb/8mb/seabios/config +++ b/projects/coreboot/configs/x200/corebootfb/8mb/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/x200/textmode/16mb/seabios/config b/projects/coreboot/configs/x200/textmode/16mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/x200/textmode/16mb/seabios/config +++ b/projects/coreboot/configs/x200/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/x200/textmode/4mb/seabios/config b/projects/coreboot/configs/x200/textmode/4mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/x200/textmode/4mb/seabios/config +++ b/projects/coreboot/configs/x200/textmode/4mb/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/x200/textmode/8mb/seabios/config b/projects/coreboot/configs/x200/textmode/8mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/x200/textmode/8mb/seabios/config +++ b/projects/coreboot/configs/x200/textmode/8mb/seabios/config @@ -1 +1 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" |