uboot-mt623x/board/freescale/mpc8548cds
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
..
Makefile Cleanup out-or-tree building for some boards (.depend) 2008-07-02 23:49:18 +02:00
config.mk Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. 2007-12-11 22:34:20 -06:00
law.c 85xx/86xx: Move to dynamic mgmt of LAWs 2008-06-11 01:52:23 -05:00
mpc8548cds.c Change initdram() return type to phys_size_t 2008-06-12 08:50:18 +02:00
tlb.c 85xx: Add the concept of CFG_CCSRBAR_PHYS 2008-03-26 11:43:03 -05:00
u-boot.lds mpc85xx: workaround old binutils bug 2008-08-10 22:41:12 +02:00