]> xenbits.xensource.com Git - seabios.git/commit
sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec
authorKevin O'Connor <kevin@koconnor.net>
Tue, 17 Nov 2015 19:52:23 +0000 (14:52 -0500)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 15 Jan 2016 09:48:30 +0000 (10:48 +0100)
commit0240428c77498363f7e9fe648522ea54e032774b
tree808b6e8173560f98006819ddf46e06bfc90193c7
parentc0162368e1743b6206a39f970aa3d803e21b0b59
sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec

The SDHCI v1 spec only defines the first 9 error_irq_enable bits and
reserves other bits in the field.  Don't enable the 10th bit (which
was defined in the v2 spec) as it's not needed anyway.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
(cherry picked from commit 460e9aac4e1ef88b14a7d44876c43ecfc94f8848)
src/hw/sdcard.c