u-boot.lds file

2016-05-27 Thread Rama Chandra
Hai, Hai, I am using IBM PPC440GX board.In arch/powerpc/cpu/ppc4xx/u-boot.lds i am usig the below details but MEMORY function failure coming. i am adding the file . /* * Copyright 2007-2009 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ #include "config.h" /* CONFIG_BOA

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

2016-05-26 Thread Segher Boessenkool
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) >

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

2016-05-26 Thread Rama Chandra
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