From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 31 Oct 2010 21:23:09 +0100 Subject: [U-Boot] [RFC] arm926ejs: fix linker file for newer ld support In-Reply-To: <20101031195941.5AB961522C0@gemini.denx.de> References: <1288547025-16877-1-git-send-email-albert.aribaud@free.fr> <20101031181244.419EDEA47F@gemini.denx.de> <4CCDB78D.506@ahsoftware.de> <20101031190136.64829EA47F@gemini.denx.de> <4CCDBE71.1010805@free.fr> <20101031192243.7AF531522C0@gemini.denx.de> <4CCDC625.3010209@free.fr> <20101031195941.5AB961522C0@gemini.denx.de> Message-ID: <4CCDD02D.2050304@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 31/10/2010 20:59, Wolfgang Denk a ?crit : > Dear Albert ARIBAUD, > > In message<4CCDC625.3010209@free.fr> you wrote: >> >> Can you enable DEBUG globally and capture the u-boot output in a terminal? > > Here it is: > > U-Boot 2010.12-rc1-00027-g03ab00d-dirty (Oct 31 2010 - 20:57:21) > > U-Boot code: 81200000 -> 81226E50 BSS: -> 81230758 Weird... display_banner() is called before relocation and uses whatever the linker put in the literals; but these values above do not match those of the u-boot you sent me last. According to the .map, the *whole* of the tx25 image ends at 0x81230398, and BSS itself goes from 0x812235f4 to 0x8122c700. So *before* relocation there already is an issue. Can you double-check that the u-boot you sent me is the one you ran? > monitor len: 00030758 Should have been 0x2c700. > Best regards, > > Wolfgang Denk Amicalement, -- Albert.