diff options
author | Alex Marginean <alexandru.marginean@nxp.com> | 2020-01-11 01:05:36 +0200 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-01-24 14:28:26 +0530 |
commit | 2a322ff8121b66db138c74c1b6b657e326f60a8b (patch) | |
tree | f3b610dd137c7ae6893ddef3a33d07b9efc1a4f7 /arch/arm/Kconfig | |
parent | 430a5542f33153b30a283c1d28d92f5826b176a1 (diff) | |
download | u-boot-2a322ff8121b66db138c74c1b6b657e326f60a8b.tar.gz |
board: fsl: lx2160a: free up arch_misc_init
Currently LX2 board code uses arch_misc_init to set up the board mux on
RDB and QDS. Move this code to misc_init_r. This is consistent with LS
gen 2 and T series SoCs/boards.
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 9608f54804..291f6275f7 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1235,7 +1235,6 @@ config TARGET_LS2081ARDB config TARGET_LX2160ARDB bool "Support lx2160ardb" select ARCH_LX2160A - select ARCH_MISC_INIT select ARM64 select ARMV8_MULTIENTRY select ARCH_SUPPORT_TFABOOT @@ -1249,7 +1248,6 @@ config TARGET_LX2160ARDB config TARGET_LX2160AQDS bool "Support lx2160aqds" select ARCH_LX2160A - select ARCH_MISC_INIT select ARM64 select ARMV8_MULTIENTRY select ARCH_SUPPORT_TFABOOT |