Kconfig 241 B

123456789101112131415
  1. if TARGET_PHYCORE_IMX8MP
  2. config SYS_BOARD
  3. default "phycore_imx8mp"
  4. config SYS_VENDOR
  5. default "phytec"
  6. config SYS_CONFIG_NAME
  7. default "phycore_imx8mp"
  8. config IMX_CONFIG
  9. default "board/phytec/phycore_imx8mp/imximage-8mp-sd.cfg"
  10. endif