Thomas Chou
9e39003e7f
ns16550: move CONFIG_SYS_NS16550 to Kconfig
...
Move CONFIG_SYS_NS16550 to Kconfig, and run moveconfig.py.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2015-11-21 21:50:18 -05:00
Ariel D'Alessandro
2b24e09c66
rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigs
...
No UART driver was specified in defconfig, thus
DEBUG_UART_ALTERA_JTAGUART was incorrectly selected by default since
commit 220e8021af
added a new Altera UART
driver.
Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
Acked-by: Simon Glass <sjg@chromium.org>
2015-11-19 17:06:25 -05:00
Thomas Chou
e4aa8edb6e
common: add CMD_GPIO to Kconfig
...
Add CMD_GPIO to Kconfig and run tools/moveconfig.py .
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-11-18 14:50:06 -05:00
Bin Meng
80df691349
Reorder defconfigs with 'savedefconfig'
...
Some boards' defconfigs are disordered. Reorder them.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2015-09-28 09:06:13 -04:00
Simon Glass
e2e947ff6b
rockchip: Add basic support for jerry
...
This builds and displays an SPL message, but does not function beyond that.
Signed-off-by: Simon Glass <sjg@chromium.org>
2015-09-02 21:28:24 -06:00