Kconfig 234 B

123456789101112131415161718
  1. if TARGET_APF27
  2. config SPL_LDSCRIPT
  3. default "arch/$(ARCH)/cpu/u-boot-spl.lds"
  4. config SYS_BOARD
  5. default "apf27"
  6. config SYS_VENDOR
  7. default "armadeus"
  8. config SYS_SOC
  9. default "mx27"
  10. config SYS_CONFIG_NAME
  11. default "apf27"
  12. endif