blob: 8f474df248742e64dc2fc1bb148c389fd64ba001 [file] [log] [blame]
Breno Lima792f1862016-11-25 16:56:57 -02001if TARGET_UDOO_NEO
2
3config SYS_VENDOR
4 default "udoo"
5
6config SYS_BOARD
7 default "neo"
8
9config SYS_CONFIG_NAME
10 default "udoo_neo"
11
12endif