]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit955ad5a5ef8ab5a4af7db207445c76395d532818
tree2a3bf66034c1d01119fd805d91b996db253a0e43
parent27fa995c2d24e215b3e4634603d13926ab4348ca
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