Idwer Vollering has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42330 )
Change subject: util/cavium: port devicetree_convert.py to python3 ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/42330/2/util/cavium/devicetree_conv... File util/cavium/devicetree_convert.py:
https://review.coreboot.org/c/coreboot/+/42330/2/util/cavium/devicetree_conv... PS2, Line 31: print("%s: Type is not string" % path) This could be updated to use string literals, instead of pretending Python's print() is printf(). An explanation about string literals is in https://review.coreboot.org/c/coreboot/+/42330