
7 Aug
2022
7 Aug
'22
3:10 p.m.
Pass the options args in rather than using the global variables. Use snake case, fix up comments and use a ternary operator to make pylint happy.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/dtoc/test_fdt.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-)
Applied to u-boot-dm, thanks!