From 64b747495e42bcb00ebfbf197fdfdddeb63f2ae0 Mon Sep 17 00:00:00 2001 From: Sebastian Rivera <48867925+MishterKirby@users.noreply.github.com> Date: Sat, 7 Nov 2020 14:45:47 -0600 Subject: [PATCH] Update release-notes.md Fixed typo --- firmware/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/release-notes.md b/firmware/release-notes.md index 87692ba..e286d59 100644 --- a/firmware/release-notes.md +++ b/firmware/release-notes.md @@ -16,7 +16,7 @@ https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloade N.B. Pi4 8GB automatically powers off the USB ports during chip-reset and does not need this change. * Don't timeout a USB MSD device after USB_MSD_LUN_TIMEOUT if there are no other - MSD devices or LUNs to tries. This avoids unecessary timeouts on very slow + MSD devices or LUNs to try. This avoids unecessary timeouts on very slow to initialise disk drives e.g. USB HDDs designed for backups. * Fix failover to partition zero if the partition number is invalid. For USB MSD boot a start.elf update is also required.