]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/galileo.h
env: Finish migration of common ENV options
[thirdparty/u-boot.git] / include / configs / galileo.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
afee3fb8
BM
2/*
3 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
afee3fb8
BM
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#define CONFIG_SYS_MONITOR_LEN (1 << 20)
afee3fb8 16
afee3fb8
BM
17/* ns16550 UART is memory-mapped in Quark SoC */
18#undef CONFIG_SYS_NS16550_PORT_MAPPED
19
afee3fb8
BM
20#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
21 "stdout=serial\0" \
22 "stderr=serial\0"
23
e4ad6031
BM
24/* 10/100M Ethernet support */
25#define CONFIG_DESIGNWARE_ETH
26#define CONFIG_DW_ALTDESCRIPTOR
e4ad6031 27
bea59393 28/* Environment configuration */
bea59393 29
afee3fb8 30#endif /* __CONFIG_H */