commit | 6f45f682c44b857f7cf9be8cbdfeb938194e8f21 | [log] [tgz] |
---|---|---|
author | Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> | Wed Mar 05 18:14:46 2025 +0100 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 10 15:02:16 2025 +0100 |
tree | a6773dc5bdd346643476119a9bc57d6891b81de5 | |
parent | 9c6195a2da982df3d00439d01f9c44dcc4c9f19e [diff] |
dts: arm: atmel: samx7xx21: fix flash erase-blocks The flash erase-blocks property was a bit malformed, it has 254 pages of size 8192 after the first 8 pages of size 2048 to reach the total size of 2048K. This caused issues when trying to erase the last pages of the flash, which caused the flash erase_blocks test suite to fail. Adjust the erase-blocks to match the flash layout. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>