tizen: rpi: add temporary workaround for usb boot
[platform/kernel/u-boot.git] / tizen / bootscript / tizen-boot-rpi4.scr
index 6a8b8af..759a284 100644 (file)
@@ -5,6 +5,7 @@ if test "${target}" = "mmc0"; then;
 fi
 if test "${target}" = "usb0"; then;
        setenv bootdev usb
+       setenv opts "${opts} rootdelay=2"
 fi
 
 echo "Tizen: checking partition layout on boot device"