Skip to content
Snippets Groups Projects
Commit 352ef3f1 authored by Stefan Roese's avatar Stefan Roese
Browse files

flash: Add optional verify-after-write feature


Sometimes it might make sense to verify the written data to NOR flash.
This patch adds this feature. To enable this verify-after-write, you
need to define CONFIG_FLASH_VERIFY in your board config header.

Please note that this option is useless in nearly all cases,
since such flash programming errors usually are detected earlier
while unprotecting/erasing/programming. Please only enable
this option if you really know what you are doing.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent d10f68ae
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment