commit | 97136eb5354c28c475cd2fb72d5cc1029ce9e743 | [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 | 26e408fe121016b8cfacddc03a23093bf867e7a2 [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>