rk3576: remove unnecessary BL32 from uboot

This commit is contained in:
amazingfate
2025-02-02 15:32:24 +08:00
committed by Igor
parent c81f89ca90
commit 83e5675fb4
5 changed files with 0 additions and 32 deletions

View File

@@ -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}\");