]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Hide the 'test' command unless test code is available
authorSimon Glass <sjg@chromium.org>
Fri, 24 Feb 2023 01:18:19 +0000 (18:18 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:40:56 +0000 (11:40 -0800)
commit94bb5cd2f9960baa724976a44303067dd4654b2e
tree42108928938001549c1f2f1b56b31f2d197e6eca
parent952a61adb4537843855e2c35a57646c25abc6128
binman: Hide the 'test' command unless test code is available

It doesn't make much sense to expose tests when dtoc is running
outside of the U-Boot git checkout. Hide the option in this case.

Fix a long line while we are here.

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