commit | ac8d9d5419526beeabf4aadd3e6e4b9ca2a13674 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:25 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:30 2021 +1300 |
tree | 5aacf8cf1abe10b14f366d39763dd6f7e4b8b154 | |
parent | e1efad2d633346d2b90fd7d6771c9e2400433037 [diff] |
cmd: Add missing check for CONFIG_SYS_LONGHELP Two commands are missing this check, so compilation fails when building without CONFIG_CMDLINE. Add it. Signed-off-by: Simon Glass <sjg@chromium.org>