From 67e31672ed0465ce0a628a1ba8567565e88ec143 2018-12-08 00:02:08 From: Unknown Date: 2018-12-08 00:02:08 Subject: [PATCH] 0 --- diff --git a/bootstrap.d/41-uboot.sh b/bootstrap.d/41-uboot.sh index e81dcd9..13593cd 100644 --- a/bootstrap.d/41-uboot.sh +++ b/bootstrap.d/41-uboot.sh @@ -79,9 +79,9 @@ if [ "$ENABLE_UBOOT" = true ] ; then fi # instead of sd, boot from usb device - if [ "$ENABLE_UBOOTUSB" = true ] ; then - sed -i "s|mmc|usb|g" "${BOOT_DIR}/uboot.mkimage" - fi +# if [ "$ENABLE_UBOOTUSB" = true ] ; then +# sed -i "s|mmc|usb|g" "${BOOT_DIR}/uboot.mkimage" +# fi # Set mkfile to use the correct dtb file sed -i "s|bcm2709-rpi-2-b.dtb|${DTB_FILE}|" "${BOOT_DIR}/uboot.mkimage"