mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
19 lines
198 B
Text
19 lines
198 B
Text
|
if TARGET_TT01
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm1136"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "tt01"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "hale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "mx31"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "tt01"
|
||
|
|
||
|
endif
|