[U-Boot] [PATCH 1/5] tools: moveconfig: fix needless move for config with default 1
Joe Hershberger
joe.hershberger at gmail.com
Mon Jun 20 23:25:44 CEST 2016
On Wed, Jun 15, 2016 at 12:33 AM, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> When moving an integer type option with default value 1, the tool
> moves configs with the same value as the default (, and then removed
> by the later savedefconfig). This is a needless operation.
>
> The KconfigParser.parse_one_config() should compare the config after
> the "=y -> =1" fixup.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
Reviewed-by: Joe Hershberger <joe.hershberger at ni.com>
More information about the U-Boot
mailing list