summaryrefslogtreecommitdiff
path: root/board/freescale/ls1028a
diff options
context:
space:
mode:
authorAlex Marginean <alexandru.marginean@nxp.com>2020-01-11 02:05:39 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-01-24 11:58:26 +0300
commita2a1474674df7c924d7a328b6afb665ab7c4a26a (patch)
tree1a5efb88898d48ce2a7d28c63c623a94dfb2f3df /board/freescale/ls1028a
parent9d7df5015d0a91edf43460ce66ac71120cf0ccbc (diff)
downloadu-boot-a2a1474674df7c924d7a328b6afb665ab7c4a26a.tar.xz
board: fsl: ls1028a: free up arch_misc_init
Currently LS1028A board code uses arch_misc_init to set up the board mux on 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 'board/freescale/ls1028a')
-rw-r--r--board/freescale/ls1028a/ls1028a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/ls1028a/ls1028a.c b/board/freescale/ls1028a/ls1028a.c
index c080a6b22e..aa93534ac6 100644
--- a/board/freescale/ls1028a/ls1028a.c
+++ b/board/freescale/ls1028a/ls1028a.c
@@ -109,8 +109,8 @@ int board_eth_init(bd_t *bis)
return pci_eth_init(bis);
}
-#if defined(CONFIG_ARCH_MISC_INIT)
-int arch_misc_init(void)
+#ifdef CONFIG_MISC_INIT_R
+int misc_init_r(void)
{
config_board_mux();