diff options
author | Yannic Moog <y.moog@phytec.de> | 2025-01-22 08:42:02 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-01-25 09:06:14 -0300 |
commit | 24b575bc4f56b1eff6ecf5c6b88407618687b4d4 (patch) | |
tree | 9a208c65b4c9f2fca60db7085fdfa503a0424ee5 | |
parent | 8162f35a108441b8d7a44ac9266c1a64dbf79fd5 (diff) |
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>
-rw-r--r-- | arch/arm/dts/imx8mm-u-boot.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/dts/imx8mn-u-boot.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/dts/imx8mp-u-boot.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/dts/imx8mq-u-boot.dtsi | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi index 8608fa004fd..abb3aa5b635 100644 --- a/arch/arm/dts/imx8mm-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-u-boot.dtsi @@ -176,7 +176,6 @@ tee-os { filename = "tee.bin"; - optional; }; }; #endif diff --git a/arch/arm/dts/imx8mn-u-boot.dtsi b/arch/arm/dts/imx8mn-u-boot.dtsi index bf2bb0f17c7..96a6df94c6c 100644 --- a/arch/arm/dts/imx8mn-u-boot.dtsi +++ b/arch/arm/dts/imx8mn-u-boot.dtsi @@ -252,7 +252,6 @@ tee-os { filename = "tee.bin"; - optional; }; }; #endif diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi index 9e590c3bba0..6de9ab5d37c 100644 --- a/arch/arm/dts/imx8mp-u-boot.dtsi +++ b/arch/arm/dts/imx8mp-u-boot.dtsi @@ -197,7 +197,6 @@ tee-os { filename = "tee.bin"; - optional; }; }; #endif diff --git a/arch/arm/dts/imx8mq-u-boot.dtsi b/arch/arm/dts/imx8mq-u-boot.dtsi index 458657fc474..8a536b16e8f 100644 --- a/arch/arm/dts/imx8mq-u-boot.dtsi +++ b/arch/arm/dts/imx8mq-u-boot.dtsi @@ -156,7 +156,6 @@ tee-os { filename = "tee.bin"; - optional; }; }; #endif |