mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rk3576: remove unnecessary BL32 from uboot
This commit is contained in:
@@ -10,12 +10,6 @@ BOOT_SCENARIO="spl-blobs"
|
||||
IMAGE_PARTITION_TABLE="gpt"
|
||||
BOARD_MAINTAINER=""
|
||||
|
||||
function post_family_config_branch_vendor__armsom-cm5-io_use_vendor_uboot() {
|
||||
display_alert "$BOARD" "vendor u-boot overrides for $BOARD / $BRANCH" "info"
|
||||
|
||||
declare -g UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB TEE=$RKBIN_DIR/$BL32_BLOB spl/u-boot-spl.bin u-boot.dtb u-boot.itb;;idbloader.img u-boot.itb"
|
||||
}
|
||||
|
||||
function post_family_tweaks__armsom-cm5-io_naming_audios() {
|
||||
display_alert "$BOARD" "Renaming armsom-cm5 audios" "info"
|
||||
|
||||
|
||||
@@ -10,12 +10,6 @@ BOOT_SCENARIO="spl-blobs"
|
||||
IMAGE_PARTITION_TABLE="gpt"
|
||||
BOARD_MAINTAINER=""
|
||||
|
||||
function post_family_config_branch_vendor__armsom-cm5-rpi-cm4-io_use_vendor_uboot() {
|
||||
display_alert "$BOARD" "vendor u-boot overrides for $BOARD / $BRANCH" "info"
|
||||
|
||||
declare -g UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB TEE=$RKBIN_DIR/$BL32_BLOB spl/u-boot-spl.bin u-boot.dtb u-boot.itb;;idbloader.img u-boot.itb"
|
||||
}
|
||||
|
||||
function post_family_tweaks__armsom-cm5-rpi-cm4-io_naming_audios() {
|
||||
display_alert "$BOARD" "Renaming armsom-cm5-rpi-cm4-io audios" "info"
|
||||
|
||||
|
||||
@@ -10,12 +10,6 @@ BOOT_SCENARIO="spl-blobs"
|
||||
IMAGE_PARTITION_TABLE="gpt"
|
||||
BOARD_MAINTAINER=""
|
||||
|
||||
function post_family_config_branch_vendor__armsom-sige7_use_vendor_uboot() {
|
||||
display_alert "$BOARD" "vendor u-boot overrides for $BOARD / $BRANCH" "info"
|
||||
|
||||
declare -g UBOOT_TARGET_MAP="BL31=$RKBIN_DIR/$BL31_BLOB TEE=$RKBIN_DIR/$BL32_BLOB spl/u-boot-spl.bin u-boot.dtb u-boot.itb;;idbloader.img u-boot.itb"
|
||||
}
|
||||
|
||||
function post_family_tweaks__armsom-sige7_naming_audios() {
|
||||
display_alert "$BOARD" "Renaming armsom-sige7 audios" "info"
|
||||
|
||||
|
||||
@@ -139,7 +139,6 @@ case "$BOOT_SOC" in
|
||||
BOOT_SCENARIO="${BOOT_SCENARIO:=spl-blobs}"
|
||||
DDR_BLOB="${DDR_BLOB:-"rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.03.bin"}"
|
||||
BL31_BLOB="${BL31_BLOB:-"rk35/rk3576_bl31_v1.04.elf"}"
|
||||
BL32_BLOB="${BL32_BLOB:-"rk35/rk3576_bl32_v1.01.bin"}"
|
||||
;;
|
||||
|
||||
rk3588) #CPUMAX undefined?
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
diff --git a/arch/arm/mach-rockchip/fit_nodes.sh b/arch/arm/mach-rockchip/fit_nodes.sh
|
||||
index 9639a06e1c..ceee0ccc20 100755
|
||||
--- a/arch/arm/mach-rockchip/fit_nodes.sh
|
||||
+++ b/arch/arm/mach-rockchip/fit_nodes.sh
|
||||
@@ -180,7 +180,7 @@ function gen_bl32_node()
|
||||
fi
|
||||
fi
|
||||
|
||||
- TEE="tee.bin"
|
||||
+ TEE="${TEE:=tee.bin}"
|
||||
echo " optee {
|
||||
description = \"OP-TEE\";
|
||||
data = /incbin/(\"${TEE}${SUFFIX}\");
|
||||
Reference in New Issue
Block a user