mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
19 lines
217 B
Text
19 lines
217 B
Text
|
if TARGET_NITROGEN6X
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "nitrogen6x"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "boundary"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx6"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "nitrogen6x"
|
||
|
|
||
|
endif
|