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
parent
584210bd1f
commit
4e3097b5e7
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue