blob: 31d88b2dd49012bb0d87afe167ddd41bcd51cd7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_MX6CUBOXI
config SYS_BOARD
default "mx6cuboxi"
config SYS_VENDOR
default "solidrun"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "mx6cuboxi"
endif
|