Skip to content

Commit 20f3ba9

Browse files
committed
u-boot: env: re-enable USB and NVMe boot targets
Signed-off-by: MichaIng <micha@dietpi.com>
1 parent 56c246d commit 20f3ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux-image-star64/etc/u-boot-initial-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ipaddr=192.168.120.230
1818

1919
bootcmd=setenv devnum; for target in "${boot_targets}"; do echo "Trying to boot from ${target} ..."; run "bootcmd_${target}"; done
2020

21-
boot_targets=mmc1 mmc0 dhcp
21+
boot_targets=mmc1 usb0 nvme0 mmc0 dhcp
2222
bootcmd_mmc1=devnum=1; run mmc_boot
2323
bootcmd_usb0=devnum=0; run usb_boot
2424
bootcmd_nvme0=devnum=0; run nvme_boot

0 commit comments

Comments
 (0)