From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Thu, 4 Apr 2013 16:05:27 +0200 (CEST) Subject: [U-Boot] [PATCH v9 18/30] nand: mxc: Switch NAND SPL to generic SPL In-Reply-To: <20130404110723.57e7a0af@lilith> 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> <20130404110723.57e7a0af@lilith> Message-ID: <335802270.1159533.1365084327154.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 Albert, On Thursday, April 4, 2013 11:07:23 AM, Albert ARIBAUD wrote: > Hi Beno?t, > > On Wed, 3 Apr 2013 08:30:12 +0200 (CEST), Beno?t Th?baudeau > wrote: > > > The resulting HEAD is identical to yours, except for > > board/freescale/mx31ads/u-boot.lds in which you had removed the following > > unrelated line for 30/30: > > __bss_end = .; > > > > Regarding this line, it is also present in a few other .lds, as well as the > > following ones: > > KEEP(*(.__bss_start)); > > KEEP(*(__bss_end)); > > > > However, the end section is named .__bss_end in arch/arm/lib/bss.c, so > > there is > > perhaps something wrong here, unless you did that on purpose because of the > > __bss_end test at the end of the linker script. I had noticed that, but I > > let > > you handle it. If something needs to be changed here, please do it after my > > series if possible in order to avoid a v11 because of newer rebase > > conflicts. ;) > > I have a patch ready and currently undergoing build and run tests. As > per http://www.denx.de/wiki/view/U-Boot/Patches#Review_Process_Git_Tags, > I must ask your permission to add your 'Reported-By:' in my patch. Can I? Sure: Reported-by: Beno?t Th?baudeau Best regards, Beno?t