blob: 3fce487d1678aefe0cedc6374be5f5a3d671dbd8 [file] [log] [blame]
Simon Glass4d5dfa02023-07-30 21:02:01 -06001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2019 Intel Corporation <www.intel.com>
4 */
5
6#include <env/x86.env>
7
8/* don't use video */
9stdout=serial
10stderr=serial
11
12usb_pgood_delay=40
13
14ramdiskaddr=0x4000000
15ramdiskfile=initrd
16bootdev=usb
17bootdevnum=0
18bootdevpart=0
19bootfsload=fatload
20bootusb=setenv bootdev usb; boot
21bootscsi=setenv bootdev scsi; boot
22bootmmc=setenv bootdev mmc; boot
23bootargs=console=ttyS0,115200 console=tty0