]> git.baikalelectronics.ru Git - uboot.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)
commitae38828bf1829b93d949fa07df1309128079f36a
treea826c5ccdaeb6afe39d76e8fb651c016aa5c9b65
parentef409bed34ba3002761f925b1f17b7d61d125307
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