build/roms: Disable U-Boot when not in payloads specified by cmdline

When overriding which payloads will be built with the -p command line
argument, the roms_helper script doesn't disable the U-Boot payload.
Disable it in this case.

Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
fsdg20230625
Alper Nebi Yasak 2022-12-06 19:52:00 +03:00
parent 584210bd1f
commit 4e3097b5e7
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ if [ ! -z ${payloads} ]; then
payload_grub_withseabios="n" # seabios chainloaded from grub
payload_seabios="n"
payload_seabios_withgrub="n" # i386-coreboot grub accessible from SeaBIOS boot menu
payload_uboot="n"
seabios_opromloadonly="0"
payload_memtest="n"