blob: 8160f449bcb330c180ffe8b3c2413626aa466f01 [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 || \
6 TARGET_P1021RDB
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