cmd: Add missing check for CONFIG_SYS_LONGHELP
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:00:25 +0000 (18:00 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:30 +0000 (15:04 +1300)
commit907bcd3a33253515cb1bdc01077e127c6735f74b
tree5aacf8cf1abe10b14f366d39763dd6f7e4b8b154
parent71cebf0b5947cc0e393bec0841744d9eda0a038d
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>
cmd/acpi.c
cmd/bloblist.c