Home | History | Annotate | Download | only in p1_p2_rdb_pc
      1 if TARGET_P1020MBG		|| \
      2 	TARGET_P1020RDB_PC	|| \
      3 	TARGET_P1020RDB_PD	|| \
      4 	TARGET_P1020UTM		|| \
      5 	TARGET_P1021RDB		|| \
      6 	TARGET_P1024RDB		|| \
      7 	TARGET_P1025RDB		|| \
      8 	TARGET_P2020RDB
      9 
     10 config SYS_BOARD
     11 	default "p1_p2_rdb_pc"
     12 
     13 config SYS_VENDOR
     14 	default "freescale"
     15 
     16 config SYS_CONFIG_NAME
     17 	default "p1_p2_rdb_pc"
     18 
     19 endif
     20