mirror of
https://github.com/armbian/build.git
synced 2025-08-15 23:56:57 +02:00
14 lines
381 B
Plaintext
14 lines
381 B
Plaintext
diff --git a/arch/arm/mach-rockchip/fit_spl_optee.sh b/arch/arm/mach-rockchip/fit_spl_optee.sh
|
|
index 4118472d..b7cbf958 100755
|
|
--- a/arch/arm/mach-rockchip/fit_spl_optee.sh
|
|
+++ b/arch/arm/mach-rockchip/fit_spl_optee.sh
|
|
@@ -8,6 +8,8 @@
|
|
#
|
|
# usage: $0 <dt_name>
|
|
|
|
+TEE="../../../../packages/blobs/rockchip/rk322x_tee.bin"
|
|
+
|
|
[ -z "$TEE" ] && TEE="tee.bin"
|
|
|
|
if [ ! -f $TEE ]; then
|