blob: 91ba21ecc90aa3db4b3d5fd3e5efe7c67dc5843f [file] [log] [blame]
York Sun443108bf2016-11-17 13:52:44 -08001if TARGET_P1_P2_RDB_PC || \
2 TARGET_P1020MBG || \
York Sun06732382016-11-17 13:53:33 -08003 TARGET_P1020RDB_PC || \
York Sun8f250f92016-11-17 13:53:54 -08004 TARGET_P1020RDB_PD || \
York Sunba38a352016-11-17 13:43:18 -08005 TARGET_P1020UTM || \
York Sun028f29c2016-11-17 13:48:39 -08006 TARGET_P1021RDB || \
7 TARGET_P1024RDB
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09008
9config SYS_BOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090010 default "p1_p2_rdb_pc"
11
12config SYS_VENDOR
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090013 default "freescale"
14
15config SYS_CONFIG_NAME
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090016 default "p1_p2_rdb_pc"
17
18endif