mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Partial SD card SPI mode support.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3731 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f3b9f95432
commit
775616c3ae
12 changed files with 370 additions and 16 deletions
|
@ -525,7 +525,7 @@ struct omap_mmc_s *omap_mmc_init(target_phys_addr_t base,
|
|||
cpu_register_physical_memory(s->base, 0x800, iomemtype);
|
||||
|
||||
/* Instantiate the storage */
|
||||
s->card = sd_init(bd);
|
||||
s->card = sd_init(bd, 0);
|
||||
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue