public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] imx8ulp: Disable SPL exception vector
@ 2022-03-18  7:50 Ye Li
  2022-03-21  1:49 ` Peng Fan (OSS)
  2022-04-12 18:46 ` sbabic
  0 siblings, 2 replies; 3+ messages in thread
From: Ye Li @ 2022-03-18  7:50 UTC (permalink / raw)
  To: sbabic, u-boot, peng.fan; +Cc: uboot-imx

Disable SPL exception vector which causes issue to ROM patch execution
when SPL calling ROM API.

Signed-off-by: Ye Li <ye.li@nxp.com>
---
 arch/arm/mach-imx/imx8ulp/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-imx/imx8ulp/Kconfig b/arch/arm/mach-imx/imx8ulp/Kconfig
index 963fc93..d8b5ef7 100644
--- a/arch/arm/mach-imx/imx8ulp/Kconfig
+++ b/arch/arm/mach-imx/imx8ulp/Kconfig
@@ -2,7 +2,6 @@ if ARCH_IMX8ULP
 
 config IMX8ULP
 	bool
-	select ARMV8_SPL_EXCEPTION_VECTORS
 
 config SYS_SOC
 	default "imx8ulp"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-12 18:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18  7:50 [PATCH] imx8ulp: Disable SPL exception vector Ye Li
2022-03-21  1:49 ` Peng Fan (OSS)
2022-04-12 18:46 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox