Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean all defconfigs with savedefconfig | Joe Hershberger | 2015-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | In order to reduce merge conflicts and to maintain the simplest possible defconfig files, we should be using the savedefconfig feature of Kconfig every time a new feature is added. This keeps the defconfig settings to a minimum (only those things not default) and keeps them in the same order as the Kconfig options. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Cc: Tom Rini <trini@konsulko.com> | ||||
* | davinci: restore CONFIG_SPL=y to configs/omapl138_lcdk_defconfig | Peter Howard | 2015-05-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Peter Howard <phoward@gme.net.au> | ||||
* | davinci: add support for omapl138-lcdk board | Peter Howard | 2015-04-23 | 1 | -0/+3 |
Signed-off-by: Peter Howard <phoward@gme.net.au> [trini: Add config file, update for ..._ether_addr() -> ..._ethaddr() rename] Signed-off-by: Tom Rini <trini@konsulko.com> |