mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #3571 from kszaq/topic/amlogic_syntax_fix
Amlogic: fix syntax error, fix booting from USB
This commit is contained in:
commit
97181a0e78
@ -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