diff options
author | Leah Rowe <leah@libreboot.org> | 2023-12-28 14:48:11 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-12-28 14:48:31 +0000 |
commit | 4e06779948744b3d7c09b3749ddc06e0b9e73732 (patch) | |
tree | de8a901bf676b439fadca514e5996e84aa19eb74 | |
parent | bc87b5f67e49c8e51e58a68e0651fd6ed176bb7d (diff) |
disable u-boot on x86 qemu
it's not well-tested and currently doesn't build
this is for later
remove for now
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | config/coreboot/qemu_x86_12mb/target.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/coreboot/qemu_x86_12mb/target.cfg b/config/coreboot/qemu_x86_12mb/target.cfg index fc263ecc..4d03eb4a 100644 --- a/config/coreboot/qemu_x86_12mb/target.cfg +++ b/config/coreboot/qemu_x86_12mb/target.cfg @@ -4,5 +4,4 @@ payload_grub="y" payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" -payload_uboot="y" grub_scan_disk="both" |