]> git.baikalelectronics.ru Git - uboot.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)
commitb93c15589479d8e93c1502a3396ac8c52d770af9
tree42108928938001549c1f2f1b56b31f2d197e6eca
parent225dba27e7b8e6fad5d2fa41032392ee7b74cb39
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