summaryrefslogtreecommitdiff
path: root/include/fsl_errata.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2017-03-27 18:41:03 (GMT)
committerYork Sun <york.sun@nxp.com>2017-04-17 16:03:30 (GMT)
commit73fb583829efb296ecdddb08c426e2261cb84d0a (patch)
tree5a65e6eb8394a5fc66a27ba4773c529d5f4490c9 /include/fsl_errata.h
parentc1303bfd7e14f5ee451f6aafeeca2d87ac1255d6 (diff)
downloadu-boot-73fb583829efb296ecdddb08c426e2261cb84d0a.tar.xz
armv7: ls1021a: Drop macro CONFIG_LS102XA
Use CONFIG_ARCH_LS1021A instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/fsl_errata.h')
-rw-r--r--include/fsl_errata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fsl_errata.h b/include/fsl_errata.h
index 8441f91..89051aa 100644
--- a/include/fsl_errata.h
+++ b/include/fsl_errata.h
@@ -10,7 +10,7 @@
#include <common.h>
#if defined(CONFIG_PPC)
#include <asm/processor.h>
-#elif defined(CONFIG_LS102XA)
+#elif defined(CONFIG_ARCH_LS1021A)
#include <asm/arch-ls102xa/immap_ls102xa.h>
#elif defined(CONFIG_FSL_LAYERSCAPE)
#include <asm/arch/soc.h>
@@ -66,7 +66,7 @@ static inline bool has_erratum_a008378(void)
switch (soc) {
-#ifdef CONFIG_LS102XA
+#ifdef CONFIG_ARCH_LS1021A
case SOC_VER_LS1020:
case SOC_VER_LS1021:
case SOC_VER_LS1022: