]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE
authorStefan Roese <sr@denx.de>
Mon, 4 Apr 2016 14:32:15 +0000 (16:32 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2016 17:13:07 +0000 (13:13 -0400)
commit30eae26b5629d6b06f11ca92c84ff30d57b784be
tree196457635a0aaab77715e3f25265bea073bf23c5
parent563d8d93585035fa2a0b20190c1008eb625432c4
common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE

Patch f8bb6964 (Drop command-processing code when CONFIG_CMDLINE is
disabled) introduced a small typo. This patch fixes it and unbreaks
all boards again that don't have the Hush parser enabled.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
common/cli.c