From 8c3f10ba402e7535529decf008cfd3dbd39d9d7e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 25 May 2025 03:09:29 +0100 Subject: rom.sh: simplify u-boot payload handling define it with a single variable, rather than several. this allows several checks to be greatly simplified. Signed-off-by: Leah Rowe --- config/coreboot/dell9020sff_nri_12mb/target.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/coreboot/dell9020sff_nri_12mb/target.cfg') diff --git a/config/coreboot/dell9020sff_nri_12mb/target.cfg b/config/coreboot/dell9020sff_nri_12mb/target.cfg index 96fbb9e3..7c26ae5e 100644 --- a/config/coreboot/dell9020sff_nri_12mb/target.cfg +++ b/config/coreboot/dell9020sff_nri_12mb/target.cfg @@ -9,4 +9,4 @@ grub_scan_disk="nvme ahci" grubtree="xhci" vcfg="haswell" build_depend="seabios/default grub/xhci memtest86plus u-boot/amd64coreboot" -payload_uboot_amd64="y" +payload_uboot="amd64" -- cgit v1.2.1