blob: e24a2aeee04b162b59c1c6e22e53624a0ef8f847 [file] [log] [blame]
Simon Glass9d5d1cc2015-08-30 16:55:42 -06001if TARGET_CHROMEBOOK_JERRY
2
3config SYS_BOARD
Simon Glassba8635d2016-11-13 14:22:10 -07004 default "veyron"
Simon Glass9d5d1cc2015-08-30 16:55:42 -06005
6config SYS_VENDOR
7 default "google"
8
9config SYS_CONFIG_NAME
Simon Glassba8635d2016-11-13 14:22:10 -070010 default "veyron"
Simon Glass9d5d1cc2015-08-30 16:55:42 -060011
Simon Glass9d5d1cc2015-08-30 16:55:42 -060012endif
Simon Glassbf8d7bf2016-11-13 14:22:16 -070013
14if TARGET_CHROMEBIT_MICKEY
15
16config SYS_BOARD
17 default "veyron"
18
19config SYS_VENDOR
20 default "google"
21
22config SYS_CONFIG_NAME
23 default "veyron"
24
Simon Glassbf8d7bf2016-11-13 14:22:16 -070025endif
Simon Glasse51b2e72016-11-13 14:24:54 -070026
27if TARGET_CHROMEBOOK_MINNIE
28
29config SYS_BOARD
30 default "veyron"
31
32config SYS_VENDOR
33 default "google"
34
35config SYS_CONFIG_NAME
36 default "veyron"
37
Simon Glasse51b2e72016-11-13 14:24:54 -070038endif
Marty E. Plummer27086982019-01-05 20:12:08 -060039
40if TARGET_CHROMEBOOK_SPEEDY
41
42config SYS_BOARD
43 default "veyron"
44
45config SYS_VENDOR
46 default "google"
47
48config SYS_CONFIG_NAME
49 default "veyron"
50
Marty E. Plummer27086982019-01-05 20:12:08 -060051endif