[U-Boot] [PATCH] flash: Add optional verify-after-write feature
Wolfgang Denk
wd at denx.de
Thu Apr 4 14:46:23 CEST 2013
Dear Stefan Roese,
In message <1365059554-10662-1-git-send-email-sr at denx.de> you wrote:
> 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_SYS_FLASH_VERIFY_AFTER_WRITE in your board
> config header.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> ---
> common/flash.c | 11 +++++++++++
> 1 file changed, 11 insertions(+)
This is a user selectable feature, thus the option should be
CONFIG_FLASH_VERIFY_AFTER_WRITE. Thinking about it - obviously you
cannot verify _before_ the write, so all the "after write" is
redundant. Better call it just "CONFIG_FLASH_VERIFY". Please also
change the error message:
Instead
printf("\nVerify-after-write failed!\n");
just:
printf("\nVerify failed!\n");
Finally - you are introducing a new CONFIG_ option; this must be
documented in the README.
And it might make sense to add a comment that this option is totally
useless in almost all cases, and should only be enabled if you know
EXACTLY what you are doing - and that it does not really work even
then.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"One planet is all you get."
More information about the U-Boot
mailing list