[U-Boot] [PATCH] common: cli: Fix typo CONFIG_CMDINE -> CONFIG_CMDLINE

Simon Glass sjg at chromium.org
Tue Apr 5 02:03:07 CEST 2016


On 4 April 2016 at 08:32, Stefan Roese <sr at denx.de> wrote:
> 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 at denx.de>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
>  common/cli.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks Stefan, good to find this egregious bug before RC1. It would be
good to have a version of sandbox that has both command line options,
and more options in general.

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list