diff options
author | Alex Marginean | 2020-01-11 01:05:38 +0200 |
---|---|---|
committer | Priyanka Jain | 2020-01-24 14:28:26 +0530 |
commit | 9d7df5015d0a91edf43460ce66ac71120cf0ccbc (patch) | |
tree | 5113093bb7fdd41e204a856666e1365702ef12e1 /arch/arm/Kconfig | |
parent | 196ada6a6906a85c73b1a68acd5eb403224b04e2 (diff) |
board: fsl: ls1088a: remove empty arch_misc_init
The arch_misc_init function is empty on LS108x SoCs/boards, remove it.
Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 84bbf4dae40..4f7a2928ea0 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1165,7 +1165,6 @@ config TARGET_LS2080A_SIMU config TARGET_LS1088AQDS bool "Support ls1088aqds" select ARCH_LS1088A - select ARCH_MISC_INIT select ARM64 select ARMV8_MULTIENTRY select ARCH_SUPPORT_TFABOOT @@ -1387,7 +1386,6 @@ config TARGET_LS1028ARDB config TARGET_LS1088ARDB bool "Support ls1088ardb" select ARCH_LS1088A - select ARCH_MISC_INIT select ARM64 select ARMV8_MULTIENTRY select ARCH_SUPPORT_TFABOOT |