Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45440 )
Change subject: util/mtkheader: Port gen-bl-img.py to python3 ......................................................................
Patch Set 3: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/45440/1/util/mtkheader/gen-bl-img.p... File util/mtkheader/gen-bl-img.py:
https://review.coreboot.org/c/coreboot/+/45440/1/util/mtkheader/gen-bl-img.p... PS1, Line 79: if len(argv) != 5: : print('Usage: %s <chip> <flash_type> <input_file> <output_file>' % argv[0]) : print('\t flash_type: emmc|sf') : print('\t chip : mt8173|mt8183') : : exit(1)
I think it's not related to the migration, because it at least works.
Ack