]> git.sur5r.net Git - u-boot/commit
tools: moveconfig: allow to run without any CONFIG specified
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 19 May 2016 06:52:09 +0000 (15:52 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 12 Jun 2016 22:46:28 +0000 (07:46 +0900)
commit6a9f79f712dfce7c451c26120ffc112d3e1a88e7
tree1f2dce144c461ff7be27ef7bb761ee91146b02c4
parent8513dc048598bba15f75ab3fbe257159cb27007a
tools: moveconfig: allow to run without any CONFIG specified

I found "tools/moveconfig -s" might be useful for defconfig re-sync.
I could optimize it for re-sync if I wanted, but I do not want to
make the code complex for this feature.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
tools/moveconfig.py