commit | c11528083ef6e55e76df742228c26e39d151813d | [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 | 0bf202ec586d4466c900e987720fa635c594d689 [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>