summaryrefslogtreecommitdiff
path: root/include/tsec.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2017-03-27 11:41:03 -0700
committerYork Sun <york.sun@nxp.com>2017-04-17 09:03:30 -0700
commit73fb583829efb296ecdddb08c426e2261cb84d0a (patch)
tree5a65e6eb8394a5fc66a27ba4773c529d5f4490c9 /include/tsec.h
parentc1303bfd7e14f5ee451f6aafeeca2d87ac1255d6 (diff)
armv7: ls1021a: Drop macro CONFIG_LS102XA
Use CONFIG_ARCH_LS1021A instead. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/tsec.h')
-rw-r--r--include/tsec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tsec.h b/include/tsec.h
index fb27edf225..e99a7fa878 100644
--- a/include/tsec.h
+++ b/include/tsec.h
@@ -20,7 +20,7 @@
#ifndef CONFIG_DM_ETH
-#ifdef CONFIG_LS102XA
+#ifdef CONFIG_ARCH_LS1021A
#define TSEC_SIZE 0x40000
#define TSEC_MDIO_OFFSET 0x40000
#else