commit | 907bcd3a33253515cb1bdc01077e127c6735f74b | [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 | 71cebf0b5947cc0e393bec0841744d9eda0a038d [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>