binman: Add optee binary to i.MX9 platform types

OP-TEE tee.bin is generated externally and might be missing during the
build.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
This commit is contained in:
Mathieu Dubois-Briand
2026-06-26 17:08:59 -03:00
committed by Fabio Estevam
parent 8d21d74bdf
commit 223d0f0de8
+2 -1
View File
@@ -36,7 +36,8 @@ class Entry_nxp_imx9image(Entry_mkimage):
'append', 'boot-from', 'cntr-version', 'container', 'dummy-ddr',
'dummy-v2x', 'hold', 'image', 'soc-type'
]
external_files = ['oei-m33-tcm.bin', 'm33_image.bin', 'bl31.bin']
external_files = ['oei-m33-tcm.bin', 'm33_image.bin', 'bl31.bin',
'tee.bin']
with open(self.config_filename, 'w', encoding='utf-8') as f:
for prop in self._node.props.values():