Simon Glass | 4d5dfa0 | 2023-07-30 21:02:01 -0600 | [diff] [blame] | 1 | /* 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 */ |
| 9 | stdout=serial |
| 10 | stderr=serial |
| 11 | |
| 12 | usb_pgood_delay=40 |
| 13 | |
| 14 | ramdiskaddr=0x4000000 |
| 15 | ramdiskfile=initrd |
| 16 | bootdev=usb |
| 17 | bootdevnum=0 |
| 18 | bootdevpart=0 |
| 19 | bootfsload=fatload |
| 20 | bootusb=setenv bootdev usb; boot |
| 21 | bootscsi=setenv bootdev scsi; boot |
| 22 | bootmmc=setenv bootdev mmc; boot |
| 23 | bootargs=console=ttyS0,115200 console=tty0 |