Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Bin Meng | 405d820 | 2014-12-17 15:50:41 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com> |
Bin Meng | 405d820 | 2014-12-17 15:50:41 +0800 | [diff] [blame] | 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) |
Bin Meng | 405d820 | 2014-12-17 15:50:41 +0800 | [diff] [blame] | 16 | |
Bin Meng | 405d820 | 2014-12-17 15:50:41 +0800 | [diff] [blame] | 17 | #define CONFIG_SMSC_LPC47M |
| 18 | |
Bin Meng | 60fe101 | 2015-11-12 05:33:05 -0800 | [diff] [blame] | 19 | #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \ |
Bin Meng | fcda8c3 | 2016-10-09 04:14:13 -0700 | [diff] [blame] | 20 | "stdout=serial,vidconsole\0" \ |
| 21 | "stderr=serial,vidconsole\0" |
Bin Meng | 405d820 | 2014-12-17 15:50:41 +0800 | [diff] [blame] | 22 | |
Bin Meng | fba02d6 | 2015-03-11 17:22:28 +0800 | [diff] [blame] | 23 | /* Environment configuration */ |
Bin Meng | fba02d6 | 2015-03-11 17:22:28 +0800 | [diff] [blame] | 24 | |
Bin Meng | 405d820 | 2014-12-17 15:50:41 +0800 | [diff] [blame] | 25 | #endif /* __CONFIG_H */ |