
6 Jan
2021
6 Jan
'21
4:12 p.m.
Move the tests related to scanning into their own class, updating them to avoid using dtb_platdata as a pass-through.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/dtoc/dtb_platdata.py | 2 +- tools/dtoc/main.py | 5 +- tools/dtoc/src_scan.py | 4 +- tools/dtoc/test_dtoc.py | 73 ----------------------------- tools/dtoc/test_src_scan.py | 91 +++++++++++++++++++++++++++++++++++++ 5 files changed, 97 insertions(+), 78 deletions(-) create mode 100644 tools/dtoc/test_src_scan.py
Applied to u-boot-dm/next, thanks!