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_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_defconfig')
-rw-r--r-- | configs/da850evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index f7c679d3b5..99300cb297 100644 --- a/configs/da850evm_defconfig +++ b/configs/da850evm_defconfig @@ -74,5 +74,6 @@ 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 |