blob: 009cd93b6d44eac9b23d39ed436db0aec68e8305 [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
Simon Glass98463902022-10-20 18:22:39 -060015config TEXT_BASE
Bin Mengeb457872017-08-15 22:42:02 -070016 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