commit | a9c0183059d6a4e4d940cd86ac0f9402b0655d24 | [log] [tgz] |
---|---|---|
author | Mitsyanko Igor <i.mitsyanko@samsung.com> | Mon Aug 13 11:04:06 2012 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Aug 13 11:04:06 2012 +0100 |
tree | 7873e8e6e021e4ac304eb4a143a3e0a11c2e416d | |
parent | 01fd41ab3fb69971c24a69ed49cde96086d81278 [diff] |
hw/sd.c: convert wp_groups in SDState to bitfield Representing each group write protection flag with only one bit instead of int variable significantly reduces memory consumption. Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>