]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: imx8m*-u-boot: remove optional from tee-os entry
authorYannic Moog <y.moog@phytec.de>
Wed, 22 Jan 2025 07:42:02 +0000 (08:42 +0100)
committerFabio Estevam <festevam@gmail.com>
Sat, 25 Jan 2025 12:06:14 +0000 (09:06 -0300)
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>
arch/arm/dts/imx8mm-u-boot.dtsi
arch/arm/dts/imx8mn-u-boot.dtsi
arch/arm/dts/imx8mp-u-boot.dtsi
arch/arm/dts/imx8mq-u-boot.dtsi

index 8608fa004fdc241753e8f39665d57d8fef5aa747..abb3aa5b6354df3e5b444693b32e4ce70de898db 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif
index bf2bb0f17c77d8a18ee255aef660cd84513482c5..96a6df94c6cfdc9fde9dbea59fa2bb8a97243741 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif
index 9e590c3bba0718e7bab13d43f55c30992ab00cd9..6de9ab5d37cf151471707fdb8677754970bae0dd 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif
index 458657fc4749a7e9dd829740ddd82193c65bf759..8a536b16e8f524b6bfea68991f0ec90d7d626246 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif