]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: moveconfig: do not check clean tree and compilers for -H option
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 25 Jul 2016 10:15:23 +0000 (19:15 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 5 Aug 2016 11:27:15 +0000 (07:27 -0400)
commitf7536f798d99e77b543c7913dc45edbb77848078
tree3ea7693fc54097d4e82d78c4a20ab5d159941e03
parentdc6de50bd6873deccea3c27f407bad8f987383e7
tools: moveconfig: do not check clean tree and compilers for -H option

The clean tree (make mrproper) and compilers are required when moving
config options, but not needed when we only cleanup headers.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/moveconfig.py