[U-Boot] [PATCH v2 2/4] kconfig: fix whitespace handling bug of savedefconfig

Simon Glass sjg at chromium.org
Thu Sep 4 01:49:48 CEST 2014


Hi Masahiro,

On 3 September 2014 14:41, Masahiro Yamada <yamada.m at jp.panasonic.com> wrote:
> Commit 3ff291f371fa9858426774f3732924bacb61ed1c
> (kconfig: convert Kconfig helper script into a shell script)
> introduced another regression.
>
> Shell usually handles whitespaces as separators,
> so "make saveconfig" outputs
>
>   # CONFIG_FOO is not set
>
> into:
>
>   #
>   CONFIG_FOO
>   is
>   not
>   set
>
> Whitespaces should not be treated as separators here.

Oh dear...python is so much better at dealing with parameters and strings.

>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>

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

Regards,
Simon


More information about the U-Boot mailing list