projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560223d
)
hw/arm: attach MMC to kudo-bmc
author
Shengtan Mao
<stmao@google.com>
Fri, 7 Jan 2022 17:08:00 +0000
(17:08 +0000)
committer
Peter Maydell
<peter.maydell@linaro.org>
Fri, 7 Jan 2022 17:08:00 +0000
(17:08 +0000)
Signed-off-by: Shengtan Mao <stmao@google.com>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Chris Rauer <crauer@google.com>
Message-id:
20220102215844
.
2888833
-3-venture@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/npcm7xx_boards.c
patch
|
blob
|
history
diff --git
a/hw/arm/npcm7xx_boards.c
b/hw/arm/npcm7xx_boards.c
index 37de9fef434fb07ad42dda3acf4d703707f9476a..257bf638fd5adaf1a180df30197279213a19079d 100644
(file)
--- a/
hw/arm/npcm7xx_boards.c
+++ b/
hw/arm/npcm7xx_boards.c
@@
-399,6
+399,7
@@
static void kudo_bmc_init(MachineState *machine)
drive_get(IF_MTD, 3, 0));
kudo_bmc_i2c_init(soc);
+ sdhci_attach_drive(&soc->mmc.sdhci, 0);
npcm7xx_load_kernel(machine, soc);
}