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