mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 22:37:22 +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
|