diff options
author | York Sun <york.sun@nxp.com> | 2017-03-27 11:41:03 -0700 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-04-17 09:03:30 -0700 |
commit | 73fb583829efb296ecdddb08c426e2261cb84d0a (patch) | |
tree | 5a65e6eb8394a5fc66a27ba4773c529d5f4490c9 /include/usb/ehci-ci.h | |
parent | c1303bfd7e14f5ee451f6aafeeca2d87ac1255d6 (diff) | |
download | u-boot-73fb583829efb296ecdddb08c426e2261cb84d0a.tar.gz u-boot-73fb583829efb296ecdddb08c426e2261cb84d0a.tar.xz u-boot-73fb583829efb296ecdddb08c426e2261cb84d0a.zip |
armv7: ls1021a: Drop macro CONFIG_LS102XA
Use CONFIG_ARCH_LS1021A instead.
Signed-off-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 882aed4a5f..8f3437a208 100644 --- a/include/usb/ehci-ci.h +++ b/include/usb/ehci-ci.h @@ -159,7 +159,7 @@ #elif defined(CONFIG_MPC512X) #define CONFIG_SYS_FSL_USB1_ADDR CONFIG_SYS_MPC512x_USB1_ADDR #define CONFIG_SYS_FSL_USB2_ADDR 0 -#elif defined(CONFIG_LS102XA) +#elif defined(CONFIG_ARCH_LS1021A) #define CONFIG_SYS_FSL_USB1_ADDR CONFIG_SYS_EHCI_USB1_ADDR #define CONFIG_SYS_FSL_USB2_ADDR 0 #endif |