blob: a7958377ebc5f8f9ad473c4c0e6256c7419c4b3c [file] [log] [blame]
Soeren Moch05d492a2014-11-03 13:57:01 +01001if TARGET_TBS2910
2
Soeren Moch05d492a2014-11-03 13:57:01 +01003config SYS_BOARD
Soeren Moch05d492a2014-11-03 13:57:01 +01004 default "tbs2910"
5
6config SYS_VENDOR
Soeren Moch05d492a2014-11-03 13:57:01 +01007 default "tbs"
8
9config SYS_SOC
Soeren Moch05d492a2014-11-03 13:57:01 +010010 default "mx6"
11
12config SYS_CONFIG_NAME
Soeren Moch05d492a2014-11-03 13:57:01 +010013 default "tbs2910"
14
Soeren Mochf296f132015-08-13 21:08:46 +020015config MX6Q
16 default y
17
18config IMX_CONFIG
19 default "board/boundary/nitrogen6x/nitrogen6q2g.cfg"
20
Soeren Moch05d492a2014-11-03 13:57:01 +010021endif