binman: Make a start on an iMX8 test

This patch is for Marek, to provide a starting point.

To try it, use 'binman test -T' and see the missing coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-08-26 13:11:43 -06:00
parent a96dda1a70
commit ac0876c890
3 changed files with 23 additions and 1 deletions

View File

@@ -7800,6 +7800,10 @@ fdt fdtmap Extract the devicetree blob from the fdtmap
self.assertIn('Symbol-writing: no value for /binman/section/u-boot',
out)
def testNxpImx8Image(self):
"""Test that binman can produce an iMX8 image"""
self._DoTestFile('339_nxp_imx8.dts')
if __name__ == "__main__":
unittest.main()