]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Move src_scan tests to a separate file
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:35:07 +0000 (20:35 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commit3c899f76e4b061ca5975ad303d6409bb543934d9
treefd3bda86a671f6cd5331ea3daf48d478b5d82c53
parentad25891f14bcb61f191acfe26fdbb1e4e5be5686
dtoc: Move src_scan tests to a separate file

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
tools/dtoc/main.py
tools/dtoc/src_scan.py
tools/dtoc/test_dtoc.py
tools/dtoc/test_src_scan.py [new file with mode: 0644]