[U-Boot] [PATCH] armv8: ls1028aqds: define ARCH_MISC_INIT to handle mux

define ARCH_MISC_INIT for LS1028AQDS platform to handle board related mux.
Signed-off-by: Pankaj Bansal pankaj.bansal@nxp.com --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 51d4acedac..3b171cf643 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1290,6 +1290,7 @@ config TARGET_LS1028AQDS select ARM64 select ARMV8_MULTIENTRY select ARCH_SUPPORT_TFABOOT + select ARCH_MISC_INIT help Support for Freescale LS1028AQDS platform The LS1028A Development System (QDS) is a high-performance

-----Original Message----- From: Pankaj Bansal Sent: Tuesday, July 23, 2019 12:52 PM To: Albert Aribaud albert.u.boot@aribaud.net; Jiafei Pan jiafei.pan@nxp.com; Prabhakar Kushwaha prabhakar.kushwaha@nxp.com Cc: u-boot@lists.denx.de Subject: [PATCH] armv8: ls1028aqds: define ARCH_MISC_INIT to handle mux
define ARCH_MISC_INIT for LS1028AQDS platform to handle board related mux.
Signed-off-by: Pankaj Bansal pankaj.bansal@nxp.com
This patch has been applied to fsl-qoriq master, awaiting upstream.
--pk
participants (2)
-
Pankaj Bansal
-
Prabhakar Kushwaha