moveconfig: Always run savedefconfig on the moved config
authorJoe Hershberger <joe.hershberger@ni.com>
Tue, 19 May 2015 18:21:17 +0000 (13:21 -0500)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 26 May 2015 23:39:15 +0000 (08:39 +0900)
commit96464badc794556d28ce34624d24da944b5716db
tree2a00d564a323918fb038627aa3faf6a3849dd92e
parent5a27c7343340411dd1019f04ab41d22b80dc02f9
moveconfig: Always run savedefconfig on the moved config

This will ensure that the order of the defconfig entries will always
match that of the Kconfig files. After one slightly painful (but
still early in the process) pass over all boards, this should keep
the defconfigs clean from here on.

Users must edit the Kconfig first to add the menu entries and then run
moveconfig.py to update the defconfig files and the include configs.

As such, moveconfig.py cannot compare against the '.config' contents.

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