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 8608fa0..abb3aa5 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif
index bf2bb0f..96a6df9 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif
index 9e590c3..6de9ab5 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif
index 458657f..8a536b1 100644 (file)
 
                                                tee-os {
                                                        filename = "tee.bin";
-                                                       optional;
                                                };
                                        };
 #endif