blob: b64c7df1b25f934d767fd30f5ae2048b2edd8f01 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Bin Menga2e3b052016-02-17 00:16:25 -08002/*
3 * Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
Bin Menga2e3b052016-02-17 00:16:25 -08004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9#include <configs/x86-common.h>
10
Bin Menga2e3b052016-02-17 00:16:25 -080011#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
12 "stdout=serial,vga\0" \
13 "stderr=serial,vga\0"
14
Bin Menga2e3b052016-02-17 00:16:25 -080015/* Environment configuration */
Bin Menga2e3b052016-02-17 00:16:25 -080016
Bin Menga2e3b052016-02-17 00:16:25 -080017#endif /* __CONFIG_H */