diff options
author | Adam Ford <aford173@gmail.com> | 2019-07-02 10:36:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-27 13:36:53 -0400 |
commit | 7f89cb29ef08f0e4f69c12222a19a63927fe427c (patch) | |
tree | a03c0937933e36645a7ad46d3e4b3e695f665b7d /configs/da850evm_nand_defconfig | |
parent | 02acbb9472e0e981c3e4b33357723258b2468405 (diff) | |
download | u-boot-7f89cb29ef08f0e4f69c12222a19a63927fe427c.tar.gz |
ARM: da850evm: Remove legacy OHCI referencs and unify platform
OHCI was added with DM_USB support, so there are a few unneeded
items in the header file that can be removed. This also
unifies da850evm with NOR and NAND booting options so all have
OHCI support.
Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Migrate da850_am18xxevm]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/da850evm_nand_defconfig')
-rw-r--r-- | configs/da850evm_nand_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/da850evm_nand_defconfig b/configs/da850evm_nand_defconfig index 8f06b8592b..7065205783 100644 --- a/configs/da850evm_nand_defconfig +++ b/configs/da850evm_nand_defconfig @@ -67,5 +67,11 @@ CONFIG_SYS_NS16550=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_DAVINCI_SPI=y +CONFIG_USB=y +CONFIG_DM_USB=y +# CONFIG_SPL_DM_USB is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_DA8XX=y +CONFIG_USB_STORAGE=y # CONFIG_FAT_WRITE is not set CONFIG_USE_TINY_PRINTF=y |