]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
tools: moveconfig: add --spl option to move options for SPL build
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 22 Aug 2016 13:18:22 +0000 (22:18 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 6 Sep 2016 17:18:20 +0000 (13:18 -0400)
commit07913d1e42c1db77acd653fb4aa671b664c59db2
treeb311eae6d34c9660be76a6c5b9aee4d0532a5a90
parent916224c38d2e5a582bba472b9e4b133c12862efa
tools: moveconfig: add --spl option to move options for SPL build

Prior to this commit, the tool could not move options guarded by
CONFIG_SPL_BUILD ifdef conditionals because they do not show up in
include/autoconf.mk.  This new option, if given, makes the tool
parse spl/include/autoconf.mk instead of include/autoconf.mk,
which is probably preferred behavior when moving options for SPL.

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