Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | configs: Migrate CONFIG_USB_STORAGE | Tom Rini | 2016-09-09 | -0/+2 |
| | | | | | | | In some cases we were missing CONFIG_USB=y so enable that when needed. Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Tom Rini <trini@konsulko.com> | |||
* | Move CONFIG_SYS_HUSH_PARSER to Kconfig for last 4 boards | Masahiro Yamada | 2016-06-24 | -0/+1 |
| | | | | | | | | I still see some defines of this config in board headers. Move them to defconfigs (+ renaming to CONFIG_HUSH_PARSER) to complete this migration. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
* | arm: at91: Add support for gurnard | Andre Renaud | 2016-06-12 | -0/+20 |
This board is based on Snapper 9G45 which has an Atmel AT91SAM9G45 chip and 128MB of SDRAM. It includes a small LCD, 2xUSB host, SD card, Ethernet and two UARTs. Signed-off-by: Andre Renaud <andre@designa-electronics.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andreas Bießmann <andreas@biessmann.org> [apply CONFIG_BOOTDELAY transition] Signed-off-by: Andreas Bießmann <andreas@biessmann.org> |