diff options
author | Tom Rini <trini@konsulko.com> | 2015-11-22 10:46:25 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-11-22 10:46:25 -0500 |
commit | d018cd20b3d70e9deba8dbf2643853edfc977dff (patch) | |
tree | e1a7c371afe2e46926bb90e7eca1b8d5e6cbe7c3 /configs/Lamobo_R1_defconfig | |
parent | 80d307d1159b7edfc28b465e5a359c1dfb20566e (diff) | |
download | u-boot-d018cd20b3d70e9deba8dbf2643853edfc977dff.tar.gz |
sunxi: Update new defconfigs
After introduction of CONFIG_SYS_NS16550 these defconfig files were
added and need to be updated.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/Lamobo_R1_defconfig')
-rw-r--r-- | configs/Lamobo_R1_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Lamobo_R1_defconfig b/configs/Lamobo_R1_defconfig index d460c3270b..0da8f10ae1 100644 --- a/configs/Lamobo_R1_defconfig +++ b/configs/Lamobo_R1_defconfig @@ -12,5 +12,6 @@ CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,SATAPWR=SUN # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y +CONFIG_SYS_NS16550=y CONFIG_ETH_DESIGNWARE=y CONFIG_USB_EHCI_HCD=y |