]> 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)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 19 Nov 2015 13:48:34 +0000 (08:48 -0500)
commit460e9aac4e1ef88b14a7d44876c43ecfc94f8848
tree0357f1e7261d33d2fb86ae35d50fc3bc5e61d980
parentaa34e4e52fb65abb4ef8539660f05b4d52fb1f6f
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>
src/hw/sdcard.c