]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit44e713a95dfa128d902834a26003abd41be13d1a
tree5aacf8cf1abe10b14f366d39763dd6f7e4b8b154
parent7f6fed87bd5c0af2da7f7245a2b90b2529201f8e
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