commit | 821cf322acaea2a6f59ed44c46b92f65fbad5ca7 | [log] [tgz] |
---|---|---|
author | Gabor Toth <gabor.toth2@arm.com> | Wed Feb 26 08:35:19 2025 +0100 |
committer | György Szing <gyorgy.szing@arm.com> | Tue Mar 11 11:21:24 2025 +0100 |
tree | 3c45acb38c6b13f44b554c2e60834d1c809745a4 | |
parent | 7527ddf2046665ae2aae0cc2fd026016c51e505f [diff] |
Remove erasing from ram store The RAM block store is a RAM-based device, so it should not assume that storage must be erased before writing, unlike flash memory. This change removes the unnecessary check, improving efficiency and extending the expected lifetime of the storage device. Additionally, the relevant tests have been updated accordingly. Change-Id: I3156002cac7654e8b301aea3fdd56d0d533357ba Signed-off-by: Gabor Toth <gabor.toth2@arm.com>