From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Farrell Date: Fri, 20 Aug 2004 08:31:33 -0700 (PDT) Subject: [U-Boot-Users] Re: BSS initialization wrong on ARM?? Message-ID: <20040820153133.64030.qmail@web11705.mail.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Back in June a email was posted commenting that bss init had a non-zero offset. Correct me if I am wrong, but in arm920t/start.S there is a word defined at the bss_start: which is the address of bss start. This word offsets the location of real _bss stuff by 4 bytes. The code in cvs looks like it was changed to make the offset 0, this should be put back. David. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.denx.de/pipermail/u-boot/attachments/20040820/d1893b18/attachment.htm