Re: [PATCH 25/34] cmd: Add missing check for CONFIG_SYS_LONGHELP

2021-03-26 Thread Simon Glass
Two commands are missing this check, so compilation fails when building without CONFIG_CMDLINE. Add it. Signed-off-by: Simon Glass --- cmd/acpi.c | 2 ++ cmd/bloblist.c | 2 ++ 2 files changed, 4 insertions(+) Applied to u-boot-dm/next, thanks!

[PATCH 25/34] cmd: Add missing check for CONFIG_SYS_LONGHELP

2021-03-14 Thread Simon Glass
Two commands are missing this check, so compilation fails when building without CONFIG_CMDLINE. Add it. Signed-off-by: Simon Glass --- cmd/acpi.c | 2 ++ cmd/bloblist.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cmd/acpi.c b/cmd/acpi.c index 157261bffbe..e5b9a1752bc 100644 --- a