mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
11 lines
100 B
Text
11 lines
100 B
Text
|
if ARCH_MX8M
|
||
|
|
||
|
config MX8M
|
||
|
bool
|
||
|
select ROM_UNIFIED_SECTIONS
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx8m"
|
||
|
|
||
|
endif
|