commit | 252ed8729d8a2571faacb6fdb3463df2361a733d | [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 | e71796a70a6c03829e7a666efb4e9770da875af6 [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>