diff options
| author | Simon Glass <[email protected]> | 2023-07-30 21:02:00 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2023-08-09 23:31:12 +0800 |
| commit | d9e6318ce9018e3116d1240ffe8b278016c30c83 (patch) | |
| tree | 69bcdc4098228cfafb9a0b6b204bbca17a43f169 /board/intel | |
| parent | c166298ed238f2d654b0bbaafa354541a2de317a (diff) | |
x86: minnowmax: Convert to text environment
Use the common include along with some additions.
Drop everything from the config.h file.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]> # Intel Edison
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'board/intel')
| -rw-r--r-- | board/intel/minnowmax/minnowmax.env | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/intel/minnowmax/minnowmax.env b/board/intel/minnowmax/minnowmax.env new file mode 100644 index 00000000000..71f3607843b --- /dev/null +++ b/board/intel/minnowmax/minnowmax.env @@ -0,0 +1,11 @@ +/* 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 |
