mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
17 lines
177 B
Text
17 lines
177 B
Text
|
if ARCH_IMX8ULP
|
||
|
|
||
|
config IMX8ULP
|
||
|
bool
|
||
|
select ARMV8_SPL_EXCEPTION_VECTORS
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "imx8ulp"
|
||
|
|
||
|
choice
|
||
|
prompt "i.MX8ULP board select"
|
||
|
optional
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
endif
|