commit | a6cec0149d6cda354fa5102a09f0429e77787137 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Thu Nov 19 21:48:14 2015 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 21 21:50:18 2015 -0500 |
tree | 88cce0112cdf6bc74a7c4b7e7098b64314a817bb | |
parent | 00ad1f0f857a901b20dd91a3415d1e71bb75a66a [diff] [blame] |
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>
diff --git a/configs/ls1021aqds_nor_SECURE_BOOT_defconfig b/configs/ls1021aqds_nor_SECURE_BOOT_defconfig index 97d08f1..025a8f2 100644 --- a/configs/ls1021aqds_nor_SECURE_BOOT_defconfig +++ b/configs/ls1021aqds_nor_SECURE_BOOT_defconfig
@@ -4,3 +4,4 @@ # CONFIG_CMD_SETEXPR is not set CONFIG_NETDEVICES=y CONFIG_E1000=y +CONFIG_SYS_NS16550=y