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
parent
cdd8cb9086
commit
8c4cacba27
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue