From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Menzebach Date: Thu, 13 Oct 2005 19:15:09 +0200 Subject: [U-Boot-Users] [PATCH] trivial bugfix, #ifdef CONFIG_SKIP_LOWLEVEL_INIT added in arm920t/start.S Message-ID: <434E961D.30307@mw-itcon.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The ifdef around cpu_init_crit was added, otherwise a reference to "lowlevel_init" still exists and could not be resolved by the linker. Best regards Peter Menzebach CHANGELOG: Patch by Peter Menzebach, 2005-10-13 ifdef CONFIG_SKIP_LOWLEVEL_INIT around cpu_init_crit added in cpu/arm920t/start.S -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch-arm920t-start.S Url: http://lists.denx.de/pipermail/u-boot/attachments/20051013/45886bdd/attachment.txt