projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbca1a
)
imx8ulp: Disable SPL exception vector
author
Ye Li
<ye.li@nxp.com>
Fri, 18 Mar 2022 07:50:18 +0000
(15:50 +0800)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx8ulp/Kconfig
b/arch/arm/mach-imx/imx8ulp/Kconfig
index 963fc93d34fc224613a572381a511afb74b84052..d8b5ef70b556d7a585ab5a5579d51bfafcb93d77 100644
(file)
--- 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"