dtoc: Convert the Fdt.Prop class to Python 3
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:37 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit928527f6863a7176279f33e2e466b0d0f2d841d0
tree3f0ea17e02ef6f0edf8286dc881f4af787ff9126
parentf6b64815dda947090f112bd4f7e0e430a16b48d7
dtoc: Convert the Fdt.Prop class to Python 3

Update this class to work correctly on Python 3 and to pass its unit
tests.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py