Ian Ray | 51a42be | 2018-04-25 16:57:04 +0200 | [diff] [blame] | 1 | if TARGET_GE_BX50V3 |
Akshay Bhat | f9162b1 | 2016-01-29 15:16:40 -0500 | [diff] [blame] | 2 | |
3 | config IMX_CONFIG | ||||
4 | default "board/ge/bx50v3/bx50v3.cfg" | ||||
5 | |||||
6 | config SYS_BOARD | ||||
7 | default "bx50v3" | ||||
8 | |||||
9 | config SYS_VENDOR | ||||
10 | default "ge" | ||||
11 | |||||
12 | config SYS_SOC | ||||
13 | default "mx6" | ||||
14 | |||||
15 | config SYS_CONFIG_NAME | ||||
16 | default "ge_bx50v3" | ||||
17 | |||||
18 | endif |