how to change bss section address in u-boot.lds file

Segher Boessenkool segher at kernel.crashing.org
Fri May 27 06:28:56 AEST 2016


On Thu, May 26, 2016 at 05:31:08PM +0530, Rama Chandra wrote:
> Hai,
> I am using IBM PPC440GX board.In arch/powerpc/cpu/ppc4xx/u-boot.lds i am
> changing the values of resetvector and BSS addresses but it is not changing
> Presently i am changed
> 
> 
> #if (RESET_VECTOR_ADDRESS == 0xfffffff0)
>   . |= 44780000;

It looks like you forgot "0x" here.


Segher


More information about the Linuxppc-dev mailing list