]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Fix fdt test coverage
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2022 02:57:07 +0000 (20:57 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Aug 2022 17:55:41 +0000 (11:55 -0600)
commitad744222f59e765ef9d6ee7efa2ee670a4ebd06d
treeda4c7bbcfc868abe6a856a90652fc19ec64d14fd
parentb26dd9648c48d41c1486a623012363167c7a5fc7
dtoc: Fix fdt test coverage

Fix a bug that the --processes option was ignored, thus resulting in no
test coverage information being generated.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 42ae363ddd9 ("dtoc: Update fdt tests to use test_util")
tools/dtoc/test_fdt.py