diff options
author | Ye Li <ye.li@nxp.com> | 2022-03-18 15:50:18 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 15:36:18 +0200 |
commit | 0f709635fdaa4f6cfff03cd8502d5ec39ba7f8e2 (patch) | |
tree | 23e167458b7ae6050938ea7afb4ce78eebebf69b /arch | |
parent | 8fbca1a8b9b02fbc40147401d9af764e07dc96af (diff) | |
download | u-boot-0f709635fdaa4f6cfff03cd8502d5ec39ba7f8e2.tar.gz |
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 <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-imx/imx8ulp/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/imx8ulp/Kconfig b/arch/arm/mach-imx/imx8ulp/Kconfig index 963fc93d34..d8b5ef70b5 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" |