diff options
author | Rajesh Bhagat | 2016-06-07 18:59:34 +0530 |
---|---|---|
committer | York Sun | 2016-07-26 09:01:04 -0700 |
commit | 9729dc9565c9c1812efbb630e1db4d54f580363c (patch) | |
tree | cf33c06d1d65f4edd00b20b425aa2deab274655e /include/usb/ehci-ci.h | |
parent | 27059c3e4d99c134d050be62601afe43171173b3 (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/ehci-ci.h')
-rw-r--r-- | include/usb/ehci-ci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/ehci-ci.h b/include/usb/ehci-ci.h index 586d32ab52d..882aed4a5f0 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 |