mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
14 lines
106 B
Text
14 lines
106 B
Text
|
if ARCH_IMX8
|
||
|
|
||
|
config IMX8
|
||
|
bool
|
||
|
|
||
|
config IMX8QXP
|
||
|
select IMX8
|
||
|
bool
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "imx8"
|
||
|
|
||
|
endif
|