blob: 8070af780a962f62a858072d69e39e9fad52d2c2 [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
11#define CONFIG_SYS_MONITOR_LEN (2 << 20)
Bin Menga2e3b052016-02-17 00:16:25 -080012
13#define CONFIG_SMSC_SIO1007
14
Bin Menga2e3b052016-02-17 00:16:25 -080015#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
16 "stdout=serial,vga\0" \
17 "stderr=serial,vga\0"
18
Bin Menga2e3b052016-02-17 00:16:25 -080019/* Environment configuration */
20#define CONFIG_ENV_SECT_SIZE 0x1000
21#define CONFIG_ENV_OFFSET 0x5ff000
22
Bin Menga2e3b052016-02-17 00:16:25 -080023#endif /* __CONFIG_H */