diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-12-10 11:10:17 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-12-10 15:45:48 +0100 |
commit | 6edf6a21798507daa5446eb859b5ea15386985c8 (patch) | |
tree | 337d9723f54681d86f22980a837bcdd3b9384c7b /configs/A13-OLinuXino_defconfig | |
parent | 086a2509e952ec27ebf9aa9ca4d844f35fd0fe8a (diff) | |
download | u-boot-imx-6edf6a21798507daa5446eb859b5ea15386985c8.zip u-boot-imx-6edf6a21798507daa5446eb859b5ea15386985c8.tar.gz u-boot-imx-6edf6a21798507daa5446eb859b5ea15386985c8.tar.bz2 |
sunxi: select SYS_NS16550 from Kconfig
Select SYS_NS16550 from Kconfig instead of setting it in all our
defconfig files.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs/A13-OLinuXino_defconfig')
-rw-r--r-- | configs/A13-OLinuXino_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/A13-OLinuXino_defconfig b/configs/A13-OLinuXino_defconfig index ee07c61..11691a2 100644 --- a/configs/A13-OLinuXino_defconfig +++ b/configs/A13-OLinuXino_defconfig @@ -20,6 +20,5 @@ CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2" # CONFIG_CMD_FLASH is not set # CONFIG_CMD_FPGA is not set CONFIG_CMD_GPIO=y -CONFIG_SYS_NS16550=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_MUSB_GADGET=y |