From: Yannic Moog Date: Wed, 22 Jan 2025 07:42:02 +0000 (+0100) Subject: arm: dts: imx8m*-u-boot: remove optional from tee-os entry X-Git-Tag: v2025.04-rc1~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b575bc4f56b1eff6ecf5c6b88407618687b4d4;p=pandora-u-boot.git 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 --- 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