blob: cb29c25c650f8a1e68fbeb1a6476be369496e59e [file] [log] [blame]
Dirk Eibach50dcf892014-11-13 19:21:18 +01001if TARGET_HRCON
2
3config SYS_BOARD
4 default "mpc8308"
5
6config SYS_VENDOR
7 default "gdsys"
8
9config SYS_CONFIG_NAME
10 default "hrcon"
11
12endif
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +010013
14if TARGET_STRIDER
15
16config SYS_BOARD
17 default "mpc8308"
18
19config SYS_VENDOR
20 default "gdsys"
21
22config SYS_CONFIG_NAME
23 default "strider"
24
25endif
Simon Glass070f3162017-05-17 03:25:35 -060026
27config CMD_IOLOOP
28 bool "Enable 'ioloop' and 'ioreflect' commands"
29 help
30 These commands provide FPGA tests.