[U-Boot] arm: wrong Relocation and not cleared BSS
    Alexander Holler 
    holler at ahsoftware.de
       
    Sun Oct 31 17:18:27 CET 2010
    
    
  
Hello,
Am 31.10.2010 12:58, schrieb Wolfgang Denk:
>
>> If an object that has automatic storage duration is not initialized
>> explicitly, its value is
>>      
> Wrong section.  We are not talking about variables with "automatic
> storage" (which means they are allocated on the stack), but about
> _static_ variables.
>
>    
You should have read just one sentence further: ;)
------
If an object that has static storage duration is not
initialized explicitly,
then:
...
------
Regards,
Alexander
    
    
More information about the U-Boot
mailing list