fix OneNAND erase/write
authorJuha Riihimäki <juha.riihimaki@nokia.com>
Mon, 8 Jun 2009 15:34:21 +0000 (18:34 +0300)
committerRiku Voipio <riku.voipio@nokia.com>
Mon, 8 Jun 2009 15:41:37 +0000 (18:41 +0300)
commitc657e7366a67af59b2939b628095e5f2377cb50f
tree666490c9d14eed8de29725a007418e3ce6dcee06
parent8b74e2114c9c4b3a2382cda1d82e099b14b0d5e6
fix OneNAND erase/write

onenand write operation should be a AND operation with the existing
data. this doesn't ususally matter, as data is erased before writing,
but when updating ubi erasemarkers this is needed.
hw/flash.h
hw/nseries.c
hw/onenand.c