Kconfig 226 B

123456789101112131415161718
  1. if TARGET_SL28
  2. config SYS_BOARD
  3. default "sl28"
  4. config SYS_VENDOR
  5. default "kontron"
  6. config SYS_SOC
  7. default "fsl-layerscape"
  8. config SYS_CONFIG_NAME
  9. default "kontron_sl28"
  10. config SYS_TEXT_BASE
  11. default 0x96000000
  12. endif