Kconfig 241 B

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