Re: [PATCH 1/7] dtoc: Tidy up fdt_tests RunTestCoverage() args

2022-08-07 Thread Simon Glass
Pass the options args in rather than using the global various. Use snake case and fix up comments to make pylint happy. Signed-off-by: Simon Glass --- tools/dtoc/test_fdt.py | 12 1 file changed, 8 insertions(+), 4 deletions(-) Applied to u-boot-dm, thanks!

[PATCH 1/7] dtoc: Tidy up fdt_tests RunTestCoverage() args

2022-07-30 Thread Simon Glass
Pass the options args in rather than using the global various. Use snake case and fix up comments to make pylint happy. Signed-off-by: Simon Glass --- tools/dtoc/test_fdt.py | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test