1if	TARGET_P1020RDB_PC	|| \
2	TARGET_P1020RDB_PD	|| \
3	TARGET_P2020RDB
4
5config SYS_BOARD
6	default "p1_p2_rdb_pc"
7
8config SYS_VENDOR
9	default "freescale"
10
11config SYS_CONFIG_NAME
12	default "p1_p2_rdb_pc"
13
14endif
15