From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Fri, 28 Sep 2012 15:39:55 +0200 (CEST) Subject: [U-Boot] [PATCH v2] mx6: Remove lowlevel_init.S In-Reply-To: <1632839595.5422580.1348839341062.JavaMail.root@advansee.com> Message-ID: <1520228631.5422871.1348839595682.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 On Friday, September 28, 2012 3:35:41 PM, Beno?t Th?baudeau wrote: > Hi Fabio, > > On Friday, September 28, 2012 3:21:22 PM, Fabio Estevam wrote: > > Hi Stefano, > > > > On Fri, Sep 28, 2012 at 5:30 AM, Stefano Babic > > wrote: > > > > > What does happen now to the poor MX5 ? lowlevel_init is not > > > called > > > anymore, I presume... > > > > Which board did you test this with, please? > > I have the same issue with a custom i.MX51 board. I guess all i.MX5 > boards are > affected because armv7 start.S should not have been altered by this > patch. > > Please use an empty weak default implementation for i.MX6 as Stefano > suggested. Note that this default implementation can be put in start.S like what was done for save_boot_params(). Best regards, Beno?t