From: Alex Marginean Date: Fri, 10 Jan 2020 23:05:38 +0000 (+0200) Subject: board: fsl: ls1088a: remove empty arch_misc_init X-Git-Tag: v2020.10~399^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d7df5015d0a91edf43460ce66ac71120cf0ccbc;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Priyanka Jain --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 84bbf4d..4f7a292 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 diff --git a/board/freescale/ls1088a/ls1088a.c b/board/freescale/ls1088a/ls1088a.c index 4ecf6dc..0bd397a 100644 --- a/board/freescale/ls1088a/ls1088a.c +++ b/board/freescale/ls1088a/ls1088a.c @@ -811,13 +811,6 @@ void detail_board_ddr_info(void) print_ddr_info(0); } -#if defined(CONFIG_ARCH_MISC_INIT) -int arch_misc_init(void) -{ - return 0; -} -#endif - #ifdef CONFIG_FSL_MC_ENET void board_quiesce_devices(void) {