mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-27 12:25:11 +00:00
16 lines
192 B
Text
16 lines
192 B
Text
|
if TARGET_TNETV107X_EVM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "tnetv107xevm"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "ti"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "tnetv107x"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "tnetv107x_evm"
|
||
|
|
||
|
endif
|