summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_common.h
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@opensource.altera.com>2015-12-07 16:48:04 -0600
committerMarek Vasut <marex@denx.de>2015-12-20 03:36:52 +0100
commitccf5648e0e3c4a61fe57109b39bf64c1cc1418c9 (patch)
tree64e99e48ee7bada8a3fd93cb60b99845b1bd5fbc /include/configs/socfpga_common.h
parentdbd6fcfbe2331b953784ba972f66cb3df3e50ab2 (diff)
downloadblackbird-obmc-uboot-ccf5648e0e3c4a61fe57109b39bf64c1cc1418c9.tar.gz
blackbird-obmc-uboot-ccf5648e0e3c4a61fe57109b39bf64c1cc1418c9.zip
arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDR
Now that the USB DWC2 probing is done from OF, remove this note to add CONFIG_USB_DWC2_REG_ADDR. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'include/configs/socfpga_common.h')
-rw-r--r--include/configs/socfpga_common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index f74c758f5a..b57fd4cb6f 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -233,13 +233,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
#ifdef CONFIG_CMD_USB
#define CONFIG_USB_DWC2
#define CONFIG_USB_STORAGE
-/*
- * NOTE: User must define either of the following to select which
- * of the two USB controllers available on SoCFPGA to use.
- * The DWC2 driver doesn't support multiple USB controllers.
- * #define CONFIG_USB_DWC2_REG_ADDR SOCFPGA_USB0_ADDRESS
- * #define CONFIG_USB_DWC2_REG_ADDR SOCFPGA_USB1_ADDRESS
- */
#endif
/*
OpenPOWER on IntegriCloud