Kconfig 254 B

123456789101112131415161718
  1. if TARGET_PFLA02
  2. config SYS_BOARD
  3. default "pfla02"
  4. config SYS_VENDOR
  5. default "phytec"
  6. config SYS_CONFIG_NAME
  7. default "pfla02"
  8. config SPL_DRAM_1_BANK
  9. bool "DRAM on just one bank"
  10. help
  11. activate, if the module has just one bank
  12. of RAM
  13. endif