]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Use pathlib to find the test directory
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:16 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:49 +0000 (11:40 -0800)
commit1688d6ca0e0c665c909ec6cd30c2aa53445548f2
treea826c5ccdaeb6afe39d76e8fb651c016aa5c9b65
parentb3f5474077d60a1886f4ebb329387c108eca22d4
dtoc: Use pathlib to find the test directory

Update this so that the directory being used is declared at the top of
the file. Use pathlib as it seems to be more modern.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/test_dtoc.py