projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed6c5e9
)
hw/arm/bcm2835_peripherals: change maximum block size to 1kB
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Thu, 8 Feb 2018 16:48:12 +0000
(13:48 -0300)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 13 Feb 2018 15:15:08 +0000
(16:15 +0100)
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>
hw/arm/bcm2835_peripherals.c
patch
|
blob
|
history
diff --git
a/hw/arm/bcm2835_peripherals.c
b/hw/arm/bcm2835_peripherals.c
index ca971e83e084688f35b0dfe175ac26a2bb7dfe67..13b63970d7881005db4ffdc638ecd0b184b8e72e 100644
(file)
--- 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 0x52
0
34b4
+#define BCM2835_SDHC_CAPAREG 0x52
1
34b4
static void bcm2835_peripherals_init(Object *obj)
{