From f13819386bf35f081eecbacea965549b7df75e24 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 19 Nov 2024 02:04:57 +0000 Subject: Enable x86 U-Boot payload on every x86 board Signed-off-by: Leah Rowe --- config/coreboot/t60_16mb_intelgpu/target.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/coreboot/t60_16mb_intelgpu/target.cfg') diff --git a/config/coreboot/t60_16mb_intelgpu/target.cfg b/config/coreboot/t60_16mb_intelgpu/target.cfg index 9ceb99e8..2661c6b2 100644 --- a/config/coreboot/t60_16mb_intelgpu/target.cfg +++ b/config/coreboot/t60_16mb_intelgpu/target.cfg @@ -3,4 +3,5 @@ xarch="i386-elf" payload_seabios="y" payload_grub="y" grub_scan_disk="ahci" -build_depend="seabios/default grub/default" +build_depend="seabios/default grub/default u-boot/i386coreboot" +payload_uboot_i386="y" -- cgit v1.2.1