mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
19 lines
227 B
Text
19 lines
227 B
Text
|
if TARGET_TNETV107X_EVM
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm1176"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "tnetv107xevm"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "ti"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "tnetv107x"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "tnetv107x_evm"
|
||
|
|
||
|
endif
|