commit | 89f640bc0405ed1e9c5c5a6cb6c19c8012d11e3f | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jul 29 16:35:23 2011 +0100 |
committer | Andrzej Zaborowski <andrew.zaborowski@intel.com> | Sat Jul 30 06:11:24 2011 +0200 |
tree | 08b35cd0275c3104bea637166cb00008bfaaf27d | |
parent | d72245fbcf3391bfb61ec447dc1888919b3d148b [diff] |
hw/nand: Writing to NAND can only clear bits Writing to a NAND device cannot set bits, it can only clear them; implement this rather than simply copying the data. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>