mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
0f709635fd
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>
22 lines
270 B
Text
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
|