aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--boot-script/boot/boot.cmd2
-rw-r--r--boot-script/boot/boot.scrbin2633 -> 2917 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/boot-script/boot/boot.cmd b/boot-script/boot/boot.cmd
index 111e307..b0e3478 100644
--- a/boot-script/boot/boot.cmd
+++ b/boot-script/boot/boot.cmd
@@ -24,6 +24,8 @@ if test ${board_name} = "puma_rk3399"; then
if test ! -n ${androidboot_mode}; then
androidboot_mode=sd
fi
+ elif test ${devtype} = "usb"; then
+ rootdevice=/dev/sda1
else
if test ! -n ${androidboot_mode}; then
androidboot_mode=unknown
diff --git a/boot-script/boot/boot.scr b/boot-script/boot/boot.scr
index 54f5893..09344ba 100644
--- a/boot-script/boot/boot.scr
+++ b/boot-script/boot/boot.scr
Binary files differ