mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
fix rock3a UBOOT_TARGET_MAP (#3845)
This commit is contained in:
@@ -142,7 +142,9 @@ prepare_boot_configuration() {
|
||||
|
||||
if [[ $BOOT_SUPPORT_SPI == yes ]]; then
|
||||
|
||||
UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB tpl/u-boot-tpl.bin spl/u-boot-spl.bin u-boot.itb ${UBOOT_TARGET_MAP} rkspi_loader.img"
|
||||
if [[ $BOARD != "rock-3a" ]]; then
|
||||
UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB tpl/u-boot-tpl.bin spl/u-boot-spl.bin u-boot.itb ${UBOOT_TARGET_MAP} rkspi_loader.img"
|
||||
fi
|
||||
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user