From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 1 May 2009 18:15:07 +0200 Subject: [U-Boot] [PATCH] at91: remove lowlevel_init.S In-Reply-To: <20090501154622.BB3EF83420E8@gemini.denx.de> References: <1241185086-11754-1-git-send-email-plagnioj@jcrosoft.com> <20090501154622.BB3EF83420E8@gemini.denx.de> Message-ID: <20090501161507.GD3291@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 17:46 Fri 01 May , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <1241185086-11754-1-git-send-email-plagnioj@jcrosoft.com> you wrote: > > actually no boards use the default lowlevel_init.S > > so remove it > > > > btw the u-boot.lds is not anymore need to be generated > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > I understand this patch is supposed to fix the bug introduced by > commit f0a2c7b4b64eacd0? at the same time but it's a side effect I just notice that noone use the default lowlevel_init.S which force the norflash boot to add an entry in the lds to force the weak function overwrite so I fix this Best Regards, J.