blob: a4fa004bfe0433b6d95483689361f35342356a3b [file] [log] [blame]
Bin Mengeb457872017-08-15 22:42:02 -07001if TARGET_CHERRYHILL
2
3config SYS_BOARD
4 default "cherryhill"
5
6config SYS_VENDOR
7 default "intel"
8
9config SYS_SOC
10 default "braswell"
11
12config SYS_CONFIG_NAME
13 default "cherryhill"
14
15config SYS_TEXT_BASE
16 default 0xffe00000
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
20 select X86_RESET_VECTOR
21 select INTEL_BRASWELL
22 select BOARD_ROMSIZE_KB_8192
23 select SPI_FLASH_MACRONIX
24
25endif