commit | 26e408fe121016b8cfacddc03a23093bf867e7a2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 03 09:25:18 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 29 14:42:17 2020 -0600 |
tree | d386dd7649344a27d86980f7f5e62792dcb9d413 | |
parent | 83187546ae14e266c745c3bb24db492eb5433b89 [diff] |
dtoc: Extract inner loop from output_node() This function is very long. Put the inner loop in a separate function to enhance readability. Signed-off-by: Simon Glass <sjg@chromium.org>