dtoc: Convert the Fdt.Node class to Python 3
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:38 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit635180538ecb7c0b109089830ff734d3d002376a
tree2a3bf66034c1d01119fd805d91b996db253a0e43
parent928527f6863a7176279f33e2e466b0d0f2d841d0
dtoc: Convert the Fdt.Node class to Python 3

Update this class to work correctly on Python 3 and to pass its unit
tests. The only required change is to deal with a difference in the
behaviour of sorting with a None value.

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