blob: 20056e81a14a5a2157d3c0bea4d71f6c41a4fb7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_CHILIBOARD
config SYS_BOARD
default "chiliboard"
config SYS_VENDOR
default "grinn"
config SYS_CONFIG_NAME
default "chiliboard"
config SYS_SOC
default "am33xx"
endif
|