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 == 0xfff0)
>
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 == 0xfff0)
. |= 4478;
#endif
#endif /* CONFIG_SPL */
__bss_start = .;
.bss (NOL