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-03-06 | omap3: add support for QUIPOS Cairo board. | Albert ARIBAUD \(3ADEV\) | |
This patch extends OMAP3 support for AM/DM37xx and introduces the AM3703-based Quipos Cairo board. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr> Reviewed-by: Simon Glass <sjg@chromium.org> |