mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
rom.sh: simplify u-boot payload handling
define it with a single variable, rather than several. this allows several checks to be greatly simplified. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
tree="default"
|
||||
xarch="aarch64-elf arm-eabi"
|
||||
payload_uboot="y"
|
||||
payload_uboot="arm64"
|
||||
build_depend="u-boot/gru_bob"
|
||||
|
||||
Reference in New Issue
Block a user