Re: [Qemu-devel] [PATCH] raspi: fix SD card with recent sdhci changes

2016-02-25 Thread Peter Maydell
On 24 February 2016 at 21:58, Andrew Baumann wrote: > Recent changes to sdhci broke SD on raspi. This change mirrors > the logic to create the SD card device at the board level. > > Signed-off-by: Andrew Baumann > --- > The relevant change to other boards was: > https://github.com/qemu/qemu/commi

[Qemu-devel] [PATCH] raspi: fix SD card with recent sdhci changes

2016-02-24 Thread Andrew Baumann
Recent changes to sdhci broke SD on raspi. This change mirrors the logic to create the SD card device at the board level. Signed-off-by: Andrew Baumann --- The relevant change to other boards was: https://github.com/qemu/qemu/commit/eb4f566bbbe195b2475e8fa5d9ed29ca56a18b02 hw/arm/bcm2835_periph