summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <[email protected]>2022-03-18 15:50:18 +0800
committerStefano Babic <[email protected]>2022-04-12 15:36:18 +0200
commit0f709635fdaa4f6cfff03cd8502d5ec39ba7f8e2 (patch)
tree23e167458b7ae6050938ea7afb4ce78eebebf69b
parent8fbca1a8b9b02fbc40147401d9af764e07dc96af (diff)
imx8ulp: Disable SPL exception vector
Disable SPL exception vector which causes issue to ROM patch execution when SPL calling ROM API. Signed-off-by: Ye Li <[email protected]> Reviewed-by: Peng Fan <[email protected]>
-rw-r--r--arch/arm/mach-imx/imx8ulp/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx8ulp/Kconfig b/arch/arm/mach-imx/imx8ulp/Kconfig
index 963fc93d34f..d8b5ef70b55 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"