blob: 597228fdbca198a8ea8d3bb543f3b38fc83c327a [file] [log] [blame]
Bin Meng9b911be2015-07-30 03:49:17 -07001if TARGET_BAYLEYBAY
2
3config SYS_BOARD
4 default "bayleybay"
5
6config SYS_VENDOR
7 default "intel"
8
9config SYS_SOC
10 default "baytrail"
11
12config SYS_CONFIG_NAME
13 default "bayleybay"
14
15config SYS_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
24config PCIE_ECAM_BASE
25 default 0xe0000000
26
27endif