commit | d5f8fee82595520fc9422dc5b88367c9c531fac9 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Mar 12 13:24:39 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sun Mar 15 14:31:06 2015 -0400 |
tree | c751cff170c14717d32249adde831721c5b4f833 | |
parent | 2e26ec1a51a3c52da7917c565d2b2a79285e481b [diff] |
kconfig: remove meaningless prefixes in defconfig files Since commit e02ee2548afe (kconfig: switch to single .config configuration), the prefixes in defconfig files such as "+S:", "+ST:", etc., are meaningless. This commit was generated by the following command: find configs -name '*_defconfig' | xargs sed -i 's/^+*S*T*://' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>