From: Philippe Mathieu-Daudé Date: Thu, 8 Feb 2018 16:48:12 +0000 (-0300) Subject: hw/arm/bcm2835_peripherals: change maximum block size to 1kB X-Git-Tag: qemu-xen-4.12.0-rc1~454^2~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e4fcd07c2022e6745741cf568984b6f5d231d848;p=qemu-xen.git hw/arm/bcm2835_peripherals: change maximum block size to 1kB following the datasheet. Signed-off-by: Philippe Mathieu-Daudé Acked-by: Alistair Francis Message-Id: <20180208164818.7961-25-f4bug@amsat.org> --- diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c index ca971e83e0..13b63970d7 100644 --- a/hw/arm/bcm2835_peripherals.c +++ b/hw/arm/bcm2835_peripherals.c @@ -19,7 +19,7 @@ #define BCM2835_VC_PERI_BASE 0x7e000000 /* Capabilities for SD controller: no DMA, high-speed, default clocks etc. */ -#define BCM2835_SDHC_CAPAREG 0x52034b4 +#define BCM2835_SDHC_CAPAREG 0x52134b4 static void bcm2835_peripherals_init(Object *obj) {