Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig | Simon Glass | 2016-10-23 | -1/+0 |
| | | | | | | | | This converts the following to Kconfig: CONFIG_CONSOLE_SCROLL_LINES Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> | |||
* | Convert CONFIG_SPL_MMC_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | -2/+0 |
| | | | | | | Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | rockchip: add basic support for fennec-rk3288 board | jk.kernel@gmail.com | 2016-07-31 | -0/+26 |
Fennec is a RK3288-based development board with 2 USB ports, HDMI, micro-SD card, audio and WiFi and Gigabit Ethernet. It also includes on-board 8GB eMMC and 2GB of SDRAM. Expansion connectors provides access to display pins, I2C, SPI, UART and GPIOs. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> |