Bin Meng | afee3fb | 2015-02-02 22:35:28 +0800 | [diff] [blame^] | 1 | if TARGET_GALILEO |
2 | |||||
3 | config SYS_BOARD | ||||
4 | default "galileo" | ||||
5 | |||||
6 | config SYS_VENDOR | ||||
7 | default "intel" | ||||
8 | |||||
9 | config SYS_SOC | ||||
10 | default "quark" | ||||
11 | |||||
12 | config SYS_CONFIG_NAME | ||||
13 | default "galileo" | ||||
14 | |||||
15 | config BOARD_SPECIFIC_OPTIONS # dummy | ||||
16 | def_bool y | ||||
17 | select X86_RESET_VECTOR | ||||
18 | select INTEL_QUARK | ||||
19 | select BOARD_ROMSIZE_KB_1024 | ||||
20 | |||||
21 | endif |