Kconfig 241 B

123456789101112131415161718
  1. if TARGET_X600
  2. config SPL_LDSCRIPT
  3. default "arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds"
  4. config SYS_BOARD
  5. default "x600"
  6. config SYS_VENDOR
  7. default "spear"
  8. config SYS_SOC
  9. default "spear"
  10. config SYS_CONFIG_NAME
  11. default "x600"
  12. endif