mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
Don't claim SD card supports voltages linux claims are below defined voltage range.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3772 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9d413d1d49
commit
54215f7d71
1 changed files with 1 additions and 1 deletions
2
hw/sd.c
2
hw/sd.c
|
@ -189,7 +189,7 @@ static uint16_t sd_crc16(void *message, size_t width)
|
|||
|
||||
static void sd_set_ocr(SDState *sd)
|
||||
{
|
||||
sd->ocr = 0x80fffff0;
|
||||
sd->ocr = 0x80ffff80;
|
||||
}
|
||||
|
||||
static void sd_set_scr(SDState *sd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue