]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:46:06 +0000 (22:46 +0200)
commitad34c7b14c7be0150dbd74abaceb5136aea407a3
treefe04d4bd5788d816ce193b94129f9c0d4eb4fd19
parent840291f4dd3ce86d2416094492d7ef11765a6b3d
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