Re: [U-Boot] [Question] [ARM] global data array defined in board.c linkage problem : overlapping with relocation sections

2012-09-14 Thread Sun Eric
concern, a global data may or may not corrupt relocation table, and it is quite random. So why in the first place we overlay .bss with .rel.dyn? Regards, Eric On Tue, Sep 11, 2012 at 3:06 PM, Sun Eric ericsunp...@gmail.com wrote: Hi all, Recently I tried to bring up a new platform with the latest

[U-Boot] [Question] [ARM] global data array defined in board.c linkage problem : overlapping with relocation sections

2012-09-11 Thread Sun Eric
Hi all, Recently I tried to bring up a new platform with the latest U-Boot code (the git hash is e66443f). For recording some info before UART becomes functional, I added a circular array in arch/arm/lib/board.c, together with some printf like function which simply write the debug string to the