global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / include / configs / galileo.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
4  */
5
6 /*
7  * board/config.h - configuration options, board specific
8  */
9
10 #ifndef __CONFIG_H
11 #define __CONFIG_H
12
13 #include <configs/x86-common.h>
14
15 /* ns16550 UART is memory-mapped in Quark SoC */
16 #undef  CONFIG_SYS_NS16550_PORT_MAPPED
17
18 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=serial\0" \
19                                         "stdout=serial\0" \
20                                         "stderr=serial\0"
21
22 /* Environment configuration */
23
24 #endif  /* __CONFIG_H */