aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-02-08 13:48:12 -0300
committerPaolo Bonzini <pbonzini@redhat.com>2018-02-13 16:15:08 +0100
commite4fcd07c2022e6745741cf568984b6f5d231d848 (patch)
tree46c039d48c752da25716ac628d3ab30dfc88aef0
parented6c5e93bbdc1ece5305c62016e9bddde4141154 (diff)
downloadqemu-e4fcd07c2022e6745741cf568984b6f5d231d848.zip
qemu-e4fcd07c2022e6745741cf568984b6f5d231d848.tar.gz
qemu-e4fcd07c2022e6745741cf568984b6f5d231d848.tar.bz2
hw/arm/bcm2835_peripherals: change maximum block size to 1kB
following the datasheet. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Alistair Francis <alistair.francis@xilinx.com> Message-Id: <20180208164818.7961-25-f4bug@amsat.org>
-rw-r--r--hw/arm/bcm2835_peripherals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c
index ca971e8..13b6397 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)
{