]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/cli.c
Drop command-processing code when CONFIG_CMDLINE is disabled
authorSimon Glass <sjg@chromium.org>
Sat, 19 Mar 2016 08:18:38 +0000 (02:18 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:17:40 +0000 (17:17 -0400)
commitf8bb69643550fccbf1df514deda53089da7940e3
tree769b0055eb9516ddad955b1219edefd5f421d8a6
parent74322201dde4593dc3194c702e95e5760e6b497a
Drop command-processing code when CONFIG_CMDLINE is disabled

Command parsing and processing code is not needed when the command line is
disabled. Remove this code in that case.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/help.c
common/cli.c
common/command.c
include/command.h