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/configs/ls1021aqds.h | |
parent | c1303bfd7e14f5ee451f6aafeeca2d87ac1255d6 (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/configs/ls1021aqds.h')
-rw-r--r-- | include/configs/ls1021aqds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 97b81274b0..c3224c8c3f 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_LS102XA - #define CONFIG_ARMV7_PSCI_1_0 #define CONFIG_ARMV7_SECURE_BASE OCRAM_BASE_S_ADDR |