commit | c162211d5b714ef275888987934841e990b4c7f5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 09:25:19 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:17 2020 -0600 |
tree | 1b965ce1c20286b539c46d3a1924ea346b1f7988 | |
parent | bc9e268c4ef578715494f79dcbc1d67e3c7ca8f9 [diff] |
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>