mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-22 11:13:07 +00:00
12 lines
172 B
Bash
12 lines
172 B
Bash
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (C) 2015 Google, Inc
|
||
|
*/
|
||
|
|
||
|
#include <env/x86.env>
|
||
|
|
||
|
/* don't use i8042-kbd */
|
||
|
stdin=usbkbd,serial
|
||
|
|
||
|
usb_pgood_delay=40
|