blob: 39982b42a526578d67f9c18860117c0d47860d77 [file] [log] [blame]
York Sundf2d7742016-11-17 18:36:11 -08001if TARGET_P1020MBG || \
York Sun06732382016-11-17 13:53:33 -08002 TARGET_P1020RDB_PC || \
York Sun8f250f92016-11-17 13:53:54 -08003 TARGET_P1020RDB_PD || \
York Sun028f29c2016-11-17 13:48:39 -08004 TARGET_P1021RDB || \
York Suncc05c622016-11-17 14:10:14 -08005 TARGET_P1024RDB || \
York Sun9c01ff22016-11-17 14:19:18 -08006 TARGET_P2020RDB
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09007
8config SYS_BOARD
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09009 default "p1_p2_rdb_pc"
10
11config SYS_VENDOR
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090012 default "freescale"
13
14config SYS_CONFIG_NAME
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090015 default "p1_p2_rdb_pc"
16
17endif