blob: 9ad8a4ce643d3485066a2c073aafe8bf650198bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
if TARGET_TAISHAN
config SYS_BOARD
default "taishan"
config SYS_VENDOR
default "amcc"
config SYS_CONFIG_NAME
default "taishan"
config DISPLAY_BOARDINFO
bool
default y
endif
|