From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 06 Dec 2012 12:39:36 +0100 Subject: [U-Boot] [PATCH v2 1/7] mtd/st_smi: Clear error flags while initiating a fresh write In-Reply-To: References: Message-ID: <50C083F8.4060408@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 12/06/2012 09:47 AM, Vipin Kumar wrote: > SMI controller reports an error when the code tries to write on the flash area > with Write Enable command not issued or the bank has come out of the write mode. > > This error is reported even with a fresh write once the ERF1 or ERF2 is set. > Clear these flags while initiating a fresh write > > Signed-off-by: Vipin Kumar Acked-by: Stefan Roese Thanks, Stefan