summaryrefslogtreecommitdiff
path: root/include/configs/da850evm.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-07-02 18:36:28 +0300
committerTom Rini <trini@konsulko.com>2019-07-27 20:36:53 +0300
commit7f89cb29ef08f0e4f69c12222a19a63927fe427c (patch)
treea03c0937933e36645a7ad46d3e4b3e695f665b7d /include/configs/da850evm.h
parent02acbb9472e0e981c3e4b33357723258b2468405 (diff)
downloadu-boot-7f89cb29ef08f0e4f69c12222a19a63927fe427c.tar.xz
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 'include/configs/da850evm.h')
-rw-r--r--include/configs/da850evm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index ccdac0abec..7550745a5b 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -268,12 +268,8 @@
#endif
/* USB Configs */
-#define CONFIG_SYS_USB_OHCI_CPU_INIT
#define CONFIG_USB_OHCI_NEW
-#define CONFIG_USB_STORAGE
-#define CONFIG_SYS_USB_OHCI_REGS_BASE 0x01E25000
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 15
-#define CONFIG_SYS_USB_OHCI_SLOT_NAME "da850evm"
#ifndef CONFIG_DIRECT_NOR_BOOT
/* defines for SPL */