Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion board/qualcomm/default.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stdin=serial,button-kbd
stdout=serial,vidconsole
stderr=serial,vidconsole
preboot=scsi scan; usb start; if test "${reboot-mode}" = "bootloader"; then run fastboot; fi
preboot=if test "${reboot-mode}" = "bootloader"; then run fastboot; fi
fastboot=fastboot -l $fastboot_addr_r usb 0
do_boot=bootflow scan -lb
bootmenu_0=Boot first available device=run do_boot
Expand Down