From 737573cee5d701c7e7faf3257d6ef98326ead880 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Wed, 7 Dec 2022 18:49:48 +0300 Subject: u-boot: Add qemu_x86_12mb build Add a U-Boot build for the qemu_x86_12mb board. The config is a copy of the upstream "coreboot" defconfig, but with OF_EMBED=y. Signed-off-by: Alper Nebi Yasak --- resources/coreboot/qemu_x86_12mb/board.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/coreboot') diff --git a/resources/coreboot/qemu_x86_12mb/board.cfg b/resources/coreboot/qemu_x86_12mb/board.cfg index 46ca564b..1c267aa3 100644 --- a/resources/coreboot/qemu_x86_12mb/board.cfg +++ b/resources/coreboot/qemu_x86_12mb/board.cfg @@ -6,4 +6,4 @@ payload_grub_withseabios="y" payload_seabios="y" payload_memtest="y" grub_scan_disk="ahci" -#payload_uboot="y" +payload_uboot="y" -- cgit v1.2.1