From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 06 Dec 2012 08:44:36 +0100 Subject: [U-Boot] [PATCH resend 4/7] mtd/st_smi: Avoid issuing multiple WE commands In-Reply-To: References: Message-ID: <50C04CE4.2030105@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 07:21 AM, Vipin Kumar wrote: > At the start of an smi_write, if the destination address is page aligned, the > Write Enable command is getting issued twice. This patch fixes it by keeping a > flag. > > Signed-off-by: Vipin Kumar Acked-by: Stefan Roese Thanks, Stefan