Home | History | Annotate | Download | only in platinum
      1 if TARGET_PLATINUM_PICON
      2 
      3 config SYS_CPU
      4 	default "armv7"
      5 
      6 config SYS_VENDOR
      7 	default "barco"
      8 
      9 config SYS_BOARD
     10 	default "platinum"
     11 
     12 config SYS_CONFIG_NAME
     13 	default "platinum_picon"
     14 
     15 endif
     16 
     17 if TARGET_PLATINUM_TITANIUM
     18 
     19 config SYS_CPU
     20 	default "armv7"
     21 
     22 config SYS_VENDOR
     23 	default "barco"
     24 
     25 config SYS_BOARD
     26 	default "platinum"
     27 
     28 config SYS_CONFIG_NAME
     29 	default "platinum_titanium"
     30 
     31 endif
     32