From 245d3b77cd3b725253e7a01760cae5e5809bd412 Mon Sep 17 00:00:00 2001 From: Klaus Goger Date: Fri, 24 Nov 2017 11:52:36 +0100 Subject: boot: add usb target for puma_rk3399 as u-boot now supports usb add the necessary parts to enable distroboots usb target --- boot-script/boot/boot.cmd | 2 ++ boot-script/boot/boot.scr | Bin 2633 -> 2917 bytes 2 files changed, 2 insertions(+) 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 Binary files a/boot-script/boot/boot.scr and b/boot-script/boot/boot.scr differ -- cgit v1.2.3