aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Ostrem2018-02-07 14:27:12 -0600
committerAlistair Strachan2018-08-12 23:58:14 -0500
commit1626a022ac9ce8ffd01ec853669521bb47990428 (patch)
tree610f26b7a32f8753c2f700aca8b9bf8fc79f7f38
parentcbe474fa41339cc5892f40d5e7e2166a8dccf274 (diff)
downloadu-boot-1626a022ac9ce8ffd01ec853669521bb47990428.tar.gz
u-boot-1626a022ac9ce8ffd01ec853669521bb47990428.tar.xz
u-boot-1626a022ac9ce8ffd01ec853669521bb47990428.zip
Define CONFIG_USB_DWC2_REG_ADDR correctly for rpi.
Change-Id: I8fce25b6956390a0b930fd462c029b459a123e2d
-rw-r--r--include/configs/rpi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index a97550b732..ef37c04ea1 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -65,6 +65,11 @@
65#define CONFIG_VIDEO_BCM2835 65#define CONFIG_VIDEO_BCM2835
66 66
67#ifdef CONFIG_CMD_USB 67#ifdef CONFIG_CMD_USB
68#ifndef CONFIG_BCM2835
69#define CONFIG_USB_DWC2_REG_ADDR 0x3f980000
70#else
71#define CONFIG_USB_DWC2_REG_ADDR 0x20980000
72#endif
68#define CONFIG_TFTP_TSIZE 73#define CONFIG_TFTP_TSIZE
69#define CONFIG_MISC_INIT_R 74#define CONFIG_MISC_INIT_R
70#endif 75#endif