global: Migrate CONFIG_STACKBASE to CFG
[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
17 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=serial\0" \
18                                         "stdout=serial\0" \
19                                         "stderr=serial\0"
20
21 /* Environment configuration */
22
23 #endif  /* __CONFIG_H */