data/coreboot: add missing variable

payload_uboot_i386 must be defined here, or the
build will fail for coreboot targets

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-11-05 19:33:49 +00:00
parent cdd8cb9086
commit 8c4cacba27
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ build_depend="seabios/default grub/default memtest86plus u-boot/i386coreboot"
seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin"
pv="payload_uboot payload_seabios payload_memtest payload_grub"
pv="$pv payload_uboot_i386"
v="initmode ubootelf grub_scan_disk uboot_config grubtree grubelf pname"
v="$v displaymode tmprom newrom"
eval `setvars "n" $pv`