From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joakim Tjernlund Date: Tue, 3 Nov 2009 11:55:18 +0100 Subject: [U-Boot] Does uboot EBS(erase block summary) to reduce JFFS2 scaning time? In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > HeLei wrote on 03/11/2009 09:21:04: > > > > Thank you, Jocke > > > - impl. a better crc32(use the one from linux) > > Attaching a very crude port of linux crc32. This boots a linux img > for me and handles the environment crc as well. Feel free > to clean it up and submit to u-boot. > > Jocke So I could not help myself, here is a better port of crc32 to u-boot. You will probably get at small conflict due to LINK_OFF, just remove the LINK_OFF stuff for now. Could you test and report? Do you have a little or big endian target? Jocke