[U-Boot] [PATCH 01/21] tools: moveconfig: fix --dry-run option

Joe Hershberger joe.hershberger at gmail.com
Tue May 24 16:27:31 CEST 2016


On Thu, May 19, 2016 at 1:51 AM, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> Since commit 96464badc794 ("moveconfig: Always run savedefconfig on
> the moved config"), --dry-run option is broken.
>
> The --dry-run option prevents the .config from being modified,
> but defconfig files might be updated by "make savedefconfig"
> regardless of the --dry-run option.
>
> Move the "if not self.options.dry_run" conditional to the correct
> place.
>
> Fixes 96464badc794 ("moveconfig: Always run savedefconfig on the moved config")
> 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