diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-10-23 22:42:35 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-10-23 22:42:35 +0000 |
commit | f1785c3f43734108443fed9c6b91ffcb835ae097 (patch) | |
tree | f354dd5a1809fbd1e68c0a292be67d6ccb2670c5 /config/coreboot | |
parent | b353b0c7134d155feb53b3ab17fdf6ad959ba668 (diff) | |
parent | 03c830b2e9dd8f0847045700349c69ab40458ad8 (diff) |
Merge pull request 'u-boot: Add qemu_x86_12mb build again' (#143) from alpernebbi/lbmk:uboot-qemu-x86 into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/143
Diffstat (limited to 'config/coreboot')
-rw-r--r-- | config/coreboot/qemu_x86_12mb/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/coreboot/qemu_x86_12mb/target.cfg b/config/coreboot/qemu_x86_12mb/target.cfg index d46f30b7..cefa53aa 100644 --- a/config/coreboot/qemu_x86_12mb/target.cfg +++ b/config/coreboot/qemu_x86_12mb/target.cfg @@ -5,6 +5,7 @@ payload_grub="y" payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" +payload_uboot="y" grub_scan_disk="both" vendorfiles="n" microcode_required="n" |