mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +02:00
14 lines
395 B
Diff
14 lines
395 B
Diff
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}\");
|