Re: [PATCH] Fix MMC numbering issue for Raspberry Pi 3

2021-11-30 Thread Matthias Brugger
On Thu, Oct 28, 2021 at 09:44:09AM +0200, Emmanuel Vadot wrote: > On Wed, 27 Oct 2021 22:26:15 + > kar...@freebsd.org wrote: > > > From: Mike Karels > > > > Using mmc.dtbo from rpi-firmware to switch the controller for the SD > > card slot from sdhci to sdhost causes the numbering to change;

Re: [PATCH] Fix MMC numbering issue for Raspberry Pi 3

2021-10-28 Thread Emmanuel Vadot
On Wed, 27 Oct 2021 22:26:15 + kar...@freebsd.org wrote: > From: Mike Karels > > 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. > --

[PATCH] Fix MMC numbering issue for Raspberry Pi 3

2021-10-27 Thread karels
From: Mike Karels 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. --- include/configs/rpi.h | 3 ++- 1 file changed, 2 insertions(+), 1 delet