[U-Boot] [RFC] arm926ejs: fix linker file for newer ld support
Albert ARIBAUD
albert.aribaud at free.fr
Sun Oct 31 21:23:09 CET 2010
Le 31/10/2010 20:59, Wolfgang Denk a écrit :
> Dear Albert ARIBAUD,
>
> In message<4CCDC625.3010209 at 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.
More information about the U-Boot
mailing list