blob: ab5577cf742aa24d983ba6184d3c78ea2ed7156f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_M28EVK
config SYS_BOARD
default "m28evk"
config SYS_VENDOR
default "aries"
config SYS_SOC
default "mxs"
config SYS_CONFIG_NAME
default "m28evk"
endif
|