Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ARM: mx6: use "select" instead of default value in defconfig | Masahiro Yamada | 2015-04-18 | -2/+0 |
| | | | | | Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | kconfig: remove meaningless prefixes in defconfig files | Masahiro Yamada | 2015-03-15 | -2/+2 |
| | | | | | | | | | | | | 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> | |||
* | dm: mx6: Adjust mx6sxsabresd to use Kconfig for DM_THERMAL | Simon Glass | 2015-02-19 | -0/+2 |
| | | | | | | Use Kconfig instead of board config for DM and DM_THERMAL. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | imx:mx6sxsabresd add spl config file | Peng Fan | 2015-01-22 | -0/+4 |
Add a SPL default configuration file for mx6sxsabresd board. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> |