From 2a322ff8121b66db138c74c1b6b657e326f60a8b Mon Sep 17 00:00:00 2001 From: Alex Marginean Date: Sat, 11 Jan 2020 01:05:36 +0200 Subject: 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 Reviewed-by: Priyanka Jain --- board/freescale/lx2160a/lx2160a.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board') diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c index 3dfc56df7c8..0b0d6bf91aa 100644 --- a/board/freescale/lx2160a/lx2160a.c +++ b/board/freescale/lx2160a/lx2160a.c @@ -582,8 +582,8 @@ void detail_board_ddr_info(void) print_ddr_info(0); } -#if defined(CONFIG_ARCH_MISC_INIT) -int arch_misc_init(void) +#ifdef CONFIG_MISC_INIT_R +int misc_init_r(void) { config_board_mux(); -- cgit v1.2.3