Kconfig 384 B

12345678910111213141516171819202122232425
  1. if TARGET_CHERRYHILL
  2. config SYS_BOARD
  3. default "cherryhill"
  4. config SYS_VENDOR
  5. default "intel"
  6. config SYS_SOC
  7. default "braswell"
  8. config SYS_CONFIG_NAME
  9. default "cherryhill"
  10. config SYS_TEXT_BASE
  11. default 0xffe00000
  12. config BOARD_SPECIFIC_OPTIONS # dummy
  13. def_bool y
  14. select X86_RESET_VECTOR
  15. select INTEL_BRASWELL
  16. select BOARD_ROMSIZE_KB_8192
  17. select SPI_FLASH_MACRONIX
  18. endif