Home | History | Annotate | Download | only in pfla02
      1 if TARGET_PFLA02
      2 
      3 config SYS_BOARD
      4 	default "pfla02"
      5 
      6 config SYS_VENDOR
      7 	default "phytec"
      8 
      9 config SYS_CONFIG_NAME
     10 	default "pfla02"
     11 
     12 config SPL_DRAM_1_BANK
     13 	bool "DRAM on just one bank"
     14 	help
     15 	  activate, if the module has just one bank
     16 	  of RAM
     17 
     18 endif
     19