]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Use a namedtuple for _links
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 15:25:19 +0000 (09:25 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:17 +0000 (14:42 -0600)
commit65bb601ca1217b26e3ec211f218b5c31177f7cfd
tree1b965ce1c20286b539c46d3a1924ea346b1f7988
parent2d5d7611c3cb616cb2fc1cc73f887bfa06bfcfd0
dtoc: Use a namedtuple for _links

The use of strings to access a dict is a bit ugly. Use a namedtuple for
this instead.

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