···78007800 self.assertIn('Symbol-writing: no value for /binman/section/u-boot',
78017801 out)
7802780278037803+ def testNxpImx8Image(self):
78047804+ """Test that binman can produce an iMX8 image"""
78057805+ self._DoTestFile('339_nxp_imx8.dts')
78067806+7803780778047808if __name__ == "__main__":
78057809 unittest.main()