commit | 52158f71f344e4398d9c63077f0fa6fc5d0b9321 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Aug 07 09:28:20 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sun Aug 10 22:41:12 2008 +0200 |
tree | 0ba54455a5ef75491129ac3eb09a70ec4a2d30ea | |
parent | 93722fe3e18a979584e47d22f48a2cbb6c81d159 [diff] |
mpc85xx: workaround old binutils bug 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>