From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Wed, 3 Apr 2013 23:42:07 +0200 (CEST) Subject: [U-Boot] [PATCH v9 18/30] nand: mxc: Switch NAND SPL to generic SPL In-Reply-To: References: <1362596377-5827-1-git-send-email-benoit.thebaudeau@advansee.com> <20130331193024.30c3d60c@lilith> <1799660692.1020797.1364776200272.JavaMail.root@advansee.com> <20130401102621.6fb3121d@lilith> <2024071848.1030824.1364821985622.JavaMail.root@advansee.com> <20130401175355.7bd1a4c1@lilith> <870514545.1089503.1364970612486.JavaMail.root@advansee.com> Message-ID: <1614004275.1127123.1365025327478.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On Wednesday, April 3, 2013 11:01:51 PM, Fabio Estevam wrote: > Hi Beno?t, > > On Wed, Apr 3, 2013 at 3:30 AM, Beno?t Th?baudeau > wrote: > > > Here is the v10 bundle for those who want to test: > > http://dl.free.fr/vdXBGExyq > > I would like to test it on mx31. I downloaded the mxc-nand-v10.bundle > file, but I was not able to open it. > > Any suggestion? What did you try? This is a Git bundle. You can use "git bundle verify mxc-nand-v10.bundle" to get the required reference point. Branch from u-boot-arm/master, then "git reset --hard" to this reference, then git pull from this bundle using the HEAD returned by "git bundle list-heads". Best regards, Beno?t