blob: 4c118080cb5c6421770a92d1c3b88b7cbef0cb2a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Bin Meng405d8202014-12-17 15:50:41 +08002/*
3 * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
Bin Meng405d8202014-12-17 15:50:41 +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
15#define CONFIG_SYS_MONITOR_LEN (1 << 20)
Bin Meng405d8202014-12-17 15:50:41 +080016
Bin Meng405d8202014-12-17 15:50:41 +080017#define CONFIG_SMSC_LPC47M
18
Bin Meng60fe1012015-11-12 05:33:05 -080019#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
Bin Mengfcda8c32016-10-09 04:14:13 -070020 "stdout=serial,vidconsole\0" \
21 "stderr=serial,vidconsole\0"
Bin Meng405d8202014-12-17 15:50:41 +080022
Bin Mengfba02d62015-03-11 17:22:28 +080023/* Environment configuration */
Bin Mengfba02d62015-03-11 17:22:28 +080024
Bin Meng405d8202014-12-17 15:50:41 +080025#endif /* __CONFIG_H */