[ELDK] how to change bss section address in u-boot.lds file
Segher Boessenkool
segher at kernel.crashing.org
Thu May 26 22:28:56 CEST 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 eldk
mailing list