Home | History | Annotate | Download | only in mx53ppd
      1 
      2 if TARGET_MX53PPD
      3 
      4 config SYS_BOARD
      5 	default "mx53ppd"
      6 
      7 config SYS_VENDOR
      8 	default "ge"
      9 
     10 config SYS_SOC
     11 	default "mx5"
     12 
     13 config SYS_CONFIG_NAME
     14 	default "mx53ppd"
     15 
     16 endif
     17