mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Amlogic: fix syntax error, fix booting from USB
This commit is contained in:
parent
10395eb51f
commit
47707d5818
@ -6,4 +6,4 @@ setenv devtype mmc
|
||||
setenv devnum 0
|
||||
run try_boot_start
|
||||
setenv devtype usb
|
||||
for devnum in 0 1 2 3 ; run try_boot_start ; done
|
||||
for devnum in 0 1 2 3 ; do run try_boot_start ; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user