mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 18:25:53 +00:00
15 lines
177 B
Plaintext
15 lines
177 B
Plaintext
|
if TARGET_DRA7XX_EVM
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "dra7xx"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "ti"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "dra7xx_evm"
|
||
|
|
||
|
source "board/ti/common/Kconfig"
|
||
|
|
||
|
endif
|