DTB_NOP parsing
jack-kirton opened this issue · 0 comments
jack-kirton commented
Currently, parse_dtb
raises an Exception with message "Unknown Tag: 4", which is DTB_NOP.
I believe the fix is as simple as adding this to parse_dtb
:
elif tag == DTB_NOP:
continue