[U-Boot] use of global static variables?
Peter Tyser
ptyser at xes-inc.com
Fri May 21 16:09:49 CEST 2010
Hi Kumar,
On Fri, 2010-05-21 at 07:52 -0500, Kumar Gala wrote:
> With the relocation changes are global statics variables ok if we know code is called after relocation?
Yes, they should work as expected after relocation.
Prior to relocation you should be able to read the values of the global
statics if they are initialized to a non-zero value, but not modify
them.
Best,
Peter
More information about the U-Boot
mailing list