From mboxrd@z Thu Jan 1 00:00:00 1970 From: mushtaq khan Date: Mon, 30 Apr 2007 15:57:22 +0530 Subject: [U-Boot-Users] Patch fixes bug for clearing the bss section Message-ID: <4635C48A.5050703@procsys.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, There is a bug in the code of clearing the bss section for processor i386.(File: cpu/i386/start.S) In the code, bss_start addr (starting addr of bss section) is put into the register %eax, but the code which clears the bss section refers to the addr pointed by %edi. This patch fixes this bug by putting bss_start into %edi register. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: bss_clear.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20070430/77637fd9/attachment.txt