From 4e06779948744b3d7c09b3749ddc06e0b9e73732 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 28 Dec 2023 14:48:11 +0000 Subject: [PATCH] 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 --- config/coreboot/qemu_x86_12mb/target.cfg | 1 - 1 file changed, 1 deletion(-) 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"