mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 22:12:40 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user