arm: dts: imx8m*-u-boot: remove optional from tee-os entry

tee-os node is guarded by CONFIG_OPTEE. Since OPTEE adds driver support
for OP-TEE, the binary should then be packaged in the bootable image.
Remove the optional property to enforce this requirement.

Signed-off-by: Yannic Moog <y.moog@phytec.de>
This commit is contained in:
Yannic Moog
2025-01-25 09:06:14 -03:00
committed by Fabio Estevam
parent 8162f35a10
commit 24b575bc4f
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -176,7 +176,6 @@
tee-os {
filename = "tee.bin";
optional;
};
};
#endif
-1
View File
@@ -252,7 +252,6 @@
tee-os {
filename = "tee.bin";
optional;
};
};
#endif
-1
View File
@@ -197,7 +197,6 @@
tee-os {
filename = "tee.bin";
optional;
};
};
#endif
-1
View File
@@ -156,7 +156,6 @@
tee-os {
filename = "tee.bin";
optional;
};
};
#endif