imx8ulp: Disable SPL exception vector
authorYe Li <ye.li@nxp.com>
Fri, 18 Mar 2022 07:50:18 +0000 (15:50 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 13:36:18 +0000 (15:36 +0200)
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>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8ulp/Kconfig

index 963fc93..d8b5ef7 100644 (file)
@@ -2,7 +2,6 @@ if ARCH_IMX8ULP
 
 config IMX8ULP
        bool
-       select ARMV8_SPL_EXCEPTION_VECTORS
 
 config SYS_SOC
        default "imx8ulp"