]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Show the current directory in GetInputFilename()
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:45 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit47d893824f413d841af32e43ffcf20bd4b636ce3
treeffc3167a645ed850c89732b76e2d1b620633b91c
parent4f2e12cac7ad28c0d7ccb66ae49c75d3314d2192
patman: Show the current directory in GetInputFilename()

When this fails it is useful to see the current directory, since U-Boot's
build system will typically change into the output directory during the
build. Add this information to the error.

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