From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 03 Sep 2012 11:35:09 +0200 Subject: [U-Boot] [PATCH 2/2] cfi: Make the flash erase and write operations abortable In-Reply-To: <1345235801-16820-2-git-send-email-joe.hershberger@ni.com> References: <1345235801-16820-1-git-send-email-joe.hershberger@ni.com> <1345235801-16820-2-git-send-email-joe.hershberger@ni.com> Message-ID: <504479CD.2010404@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 08/17/2012 10:36 PM, Joe Hershberger wrote: > Check for ctrlc() in operations that take time and loop over the flash > addresses. > > In netconsole, tstc() is expensive. Only check once in a while to not > slow down the operation significantly. > > Signed-off-by: Joe Hershberger Applied to u-boot-cfi-flash/master. Thanks, Stefan