mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-22 19:23:07 +00:00
12 lines
188 B
Bash
12 lines
188 B
Bash
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#include <env/x86.env>
|
||
|
|
||
|
/* use just serial */
|
||
|
stdin=serial
|
||
|
stdout=serial
|
||
|
stderr=serial
|