]> Git Repo - u-boot.git/blame - include/configs/cougarcanyon2.h
env: Finish migration of common ENV options
[u-boot.git] / include / configs / cougarcanyon2.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
a2e3b05e
BM
2/*
3 * Copyright (C) 2016, Bin Meng <[email protected]>
a2e3b05e
BM
4 */
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)
a2e3b05e
BM
12
13#define CONFIG_SMSC_SIO1007
14
a2e3b05e
BM
15#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
16 "stdout=serial,vga\0" \
17 "stderr=serial,vga\0"
18
a2e3b05e 19/* Environment configuration */
a2e3b05e 20
a2e3b05e 21#endif /* __CONFIG_H */
This page took 0.295639 seconds and 4 git commands to generate.