diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rpi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 732d5b9..a2e74f6 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -79,11 +79,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_USB_DWC2 -#ifndef CONFIG_BCM2835 -#define CONFIG_USB_DWC2_REG_ADDR 0x3f980000 -#else -#define CONFIG_USB_DWC2_REG_ADDR 0x20980000 -#endif #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX #define CONFIG_TFTP_TSIZE |