summaryrefslogtreecommitdiff
path: root/include/usb
diff options
context:
space:
mode:
authorRajesh Bhagat <rajesh.bhagat@nxp.com>2016-06-07 18:59:34 +0530
committerYork Sun <york.sun@nxp.com>2016-07-26 09:01:04 -0700
commit9729dc9565c9c1812efbb630e1db4d54f580363c (patch)
treecf33c06d1d65f4edd00b20b425aa2deab274655e /include/usb
parent27059c3e4d99c134d050be62601afe43171173b3 (diff)
include: usb: Rename USB controller base address mapping
Remove Soc specific defines and use generic chasis specific defines for USB controller base address mapping. Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/ehci-ci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/ehci-ci.h b/include/usb/ehci-ci.h
index 586d32ab52..882aed4a5f 100644
--- a/include/usb/ehci-ci.h
+++ b/include/usb/ehci-ci.h
@@ -160,7 +160,7 @@
#define CONFIG_SYS_FSL_USB1_ADDR CONFIG_SYS_MPC512x_USB1_ADDR
#define CONFIG_SYS_FSL_USB2_ADDR 0
#elif defined(CONFIG_LS102XA)
-#define CONFIG_SYS_FSL_USB1_ADDR CONFIG_SYS_LS102XA_USB1_ADDR
+#define CONFIG_SYS_FSL_USB1_ADDR CONFIG_SYS_EHCI_USB1_ADDR
#define CONFIG_SYS_FSL_USB2_ADDR 0
#endif