summaryrefslogtreecommitdiff
path: root/include/configs/hikey.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2021-02-10 20:29:16 +0300
committerTom Rini <trini@konsulko.com>2021-02-25 00:51:48 +0300
commitdb5f1a50eff8cadd463cebd4448e00a9a2934f40 (patch)
tree2400f522856794e6c026020dea89fec19ef687c3 /include/configs/hikey.h
parenta70abcff5edb63ee62976ddfe881a8496e540d12 (diff)
downloadu-boot-db5f1a50eff8cadd463cebd4448e00a9a2934f40.tar.xz
config: hikey: convert to DM_USB and DM_ETH
Convert the hikey to use DM_USB and DM_ETH. Conversion based on rpi as it has a similar DWC config. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/hikey.h')
-rw-r--r--include/configs/hikey.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/hikey.h b/include/configs/hikey.h
index a323a0bf69..659fbee052 100644
--- a/include/configs/hikey.h
+++ b/include/configs/hikey.h
@@ -47,9 +47,7 @@
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + SZ_8M)
-#ifdef CONFIG_CMD_USB
-#define CONFIG_USB_DWC2_REG_ADDR 0xF72C0000
-/*#define CONFIG_DWC2_DFLT_SPEED_FULL*/
+#ifdef CONFIG_USB_DWC2
#define CONFIG_DWC2_ENABLE_DYNAMIC_FIFO
#endif