commit | 69e74f37dd89b7d037a92b945bef1053f70d2d37 | [log] [tgz] |
---|---|---|
author | Mike Karels <karels@FreeBSD.org> | Wed Oct 27 22:26:15 2021 +0000 |
committer | Matthias Brugger <mbrugger@suse.com> | Tue Nov 30 16:07:40 2021 +0100 |
tree | 7a3e2a74a77ef33342c6055b95a990c9a8b2675b | |
parent | 400260c433879af55c536de9f68661a490f114e9 [diff] |
Fix MMC numbering issue for Raspberry Pi 3 Using mmc.dtbo from rpi-firmware to switch the controller for the SD card slot from sdhci to sdhost causes the numbering to change; the SD card is then not recognized at boot. Add to the range checked. Signed-off-by: Matthias Brugger <mbrugger@suse.com>