u-boot-brain/board/freescale/mpc8544ds
Kumar Gala c11528083e 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>
2008-08-10 22:41:12 +02:00
..
config.mk Add MPC8544DS basic port board files. 2007-04-23 19:58:28 -05:00
law.c Remove LBC_CACHE_BASE from 8544 DS 2008-07-14 11:21:33 -05:00
Makefile Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
mpc8544ds.c MPC8544DS: Report board id, board version and fpga version. 2008-07-14 20:15:22 -05:00
tlb.c Remove LBC_CACHE_BASE from 8544 DS 2008-07-14 11:21:33 -05:00
u-boot.lds mpc85xx: workaround old binutils bug 2008-08-10 22:41:12 +02:00