From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 22 Apr 2013 11:08:39 +0200 Subject: [U-Boot] [PATCH v2] flash: Add optional verify-after-write feature In-Reply-To: <1365083594-7536-1-git-send-email-sr@denx.de> References: <1365059554-10662-1-git-send-email-sr@denx.de> <1365083594-7536-1-git-send-email-sr@denx.de> Message-ID: <5174FE17.6050808@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04.04.2013 15:53, Stefan Roese 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_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: Stefan Roese Applied to u-boot-cfi-flash/master. Thanks, Stefan