]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Tidy up fdt_tests RunTestCoverage() args
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2022 02:57:05 +0000 (20:57 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Aug 2022 17:55:41 +0000 (11:55 -0600)
commit4d84141ba0cd7bc93e8b0622acaef31dd474f33d
treee67662583365e50adb7bfb020d54684ceb5750b2
parent59e95830373bd6e0abc6a3f8567f35a8ac44ac62
dtoc: Tidy up fdt_tests RunTestCoverage() args

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 <sjg@chromium.org>
tools/dtoc/test_fdt.py