1if TARGET_SOM_DB5800_SOM_6867
2
3config SYS_BOARD
4	default "som-db5800-som-6867"
5
6config SYS_VENDOR
7	default "advantech"
8
9config SYS_SOC
10	default "baytrail"
11
12config SYS_CONFIG_NAME
13	default "som-db5800-som-6867"
14
15config TEXT_BASE
16	default 0xfff00000
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19	def_bool y
20	select X86_RESET_VECTOR
21	select INTEL_BAYTRAIL
22	select BOARD_ROMSIZE_KB_8192
23	select BOARD_EARLY_INIT_F
24	select SPI_FLASH_MACRONIX
25
26config PCIE_ECAM_BASE
27	default 0xe0000000
28
29endif
30