summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-09-26 15:09:26 (GMT)
committerYork Sun <york.sun@nxp.com>2016-09-26 15:53:07 (GMT)
commit9533acf36c8763af914edcff7c09573e160c1f4d (patch)
tree481c1ed0905c30acd83d49d09932318134b54077 /include/linux
parent1fdcc8dfc7612acc765cd483051dcfaac399f4f1 (diff)
downloadu-boot-9533acf36c8763af914edcff7c09573e160c1f4d.tar.xz
armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021A
Move this config to Kconfig option and clean up existing uses. Signed-off-by: York Sun <york.sun@nxp.com> CC: Calvin Johnson <calvin.johnson@nxp.com> CC: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/xhci-fsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/xhci-fsl.h b/include/linux/usb/xhci-fsl.h
index 199f366..d04e3cc 100644
--- a/include/linux/usb/xhci-fsl.h
+++ b/include/linux/usb/xhci-fsl.h
@@ -51,7 +51,7 @@ struct fsl_xhci {
struct dwc3 *dwc3_reg;
};
-#if defined(CONFIG_LS102XA) || defined(CONFIG_LS1012A)
+#if defined(CONFIG_LS102XA) || defined(CONFIG_ARCH_LS1012A)
#define CONFIG_SYS_FSL_XHCI_USB1_ADDR CONFIG_SYS_XHCI_USB1_ADDR
#define CONFIG_SYS_FSL_XHCI_USB2_ADDR 0
#define CONFIG_SYS_FSL_XHCI_USB3_ADDR 0