u-boot/arch/arm/mach-imx/imx8ulp/Kconfig
Ye Li 0f709635fd 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>
2022-04-12 15:36:18 +02:00

22 lines
270 B
Text

if ARCH_IMX8ULP
config IMX8ULP
bool
config SYS_SOC
default "imx8ulp"
choice
prompt "i.MX8ULP board select"
optional
config TARGET_IMX8ULP_EVK
bool "imx8ulp_evk"
select IMX8ULP
select SUPPORT_SPL
endchoice
source "board/freescale/imx8ulp_evk/Kconfig"
endif