blob: 31d88b2dd49012bb0d87afe167ddd41bcd51cd7c [file] [log] [blame]
Fabio Estevamb8ce6fe2015-04-20 14:48:57 -03001if TARGET_MX6CUBOXI
2
3config SYS_BOARD
4 default "mx6cuboxi"
5
6config SYS_VENDOR
7 default "solidrun"
8
9config SYS_SOC
10 default "mx6"
11
12config SYS_CONFIG_NAME
13 default "mx6cuboxi"
14
15endif