
Dear Kumar Gala,
In message Pine.LNX.4.64.0808070927530.26243@blarg.am.freescale.net you wrote:
The recent change to move the .bss outside of the image gives older binutils (ld from eldk4.1/binutils-2.16) some headache:
ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) ppc_85xx-ld: final link failed: Bad value
We workaround it by being explicit about the program headers and not assigning the .bss to a program header.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
Fixes warning with older binutils
board/freescale/mpc8540ads/u-boot.lds | 16 +++++++++++----- board/freescale/mpc8541cds/u-boot.lds | 16 +++++++++++----- board/freescale/mpc8544ds/u-boot.lds | 16 +++++++++++----- board/freescale/mpc8548cds/u-boot.lds | 16 +++++++++++----- board/freescale/mpc8555cds/u-boot.lds | 16 +++++++++++----- board/freescale/mpc8560ads/u-boot.lds | 16 +++++++++++----- board/freescale/mpc8568mds/u-boot.lds | 16 +++++++++++----- 7 files changed, 77 insertions(+), 35 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk