blob: 0380ac287be2859510379b28949991caa395876f [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Bin Mengafee3fb2015-02-02 22:35:28 +08002/*
3 * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
Bin Mengafee3fb2015-02-02 22:35:28 +08004 */
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
Bin Mengafee3fb2015-02-02 22:35:28 +080015/* ns16550 UART is memory-mapped in Quark SoC */
Bin Mengafee3fb2015-02-02 22:35:28 +080016
Tom Rinie02e5e52022-12-04 10:13:56 -050017#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
Bin Mengafee3fb2015-02-02 22:35:28 +080018 "stdout=serial\0" \
19 "stderr=serial\0"
20
Bin Mengbea59392015-03-11 17:22:29 +080021/* Environment configuration */
Bin Mengbea59392015-03-11 17:22:29 +080022
Bin Mengafee3fb2015-02-02 22:35:28 +080023#endif /* __CONFIG_H */