blob: f02549ef185c28f296be229314490cf6b3811454 [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 || \
York Suncc05c622016-11-17 14:10:14 -08007 TARGET_P1024RDB || \
8 TARGET_P1025RDB
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09009
10config SYS_BOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090011 default "p1_p2_rdb_pc"
12
13config SYS_VENDOR
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090014 default "freescale"
15
16config SYS_CONFIG_NAME
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090017 default "p1_p2_rdb_pc"
18
19endif