]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: drop initcode.o from combined object
authorMike Frysinger <vapier@gentoo.org>
Sat, 20 Nov 2010 00:17:53 +0000 (19:17 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 20 Nov 2010 00:17:57 +0000 (19:17 -0500)
commit4024242669a47cd4e138d0b6805a24e6d3d270e7
tree247063ad42026f6cd497b8b04102df4d9ccf9ebc
parentfa722ea76be565de6823ca04c107cc4fbd96b776
Blackfin: drop initcode.o from combined object

We explicitly link in the initcode.o in the Blackfin linker script, so
there is no need to merge it into the main common object for the linker
to pull in itself.  This also fixes duplicate symbol errors with the new
partial linking logic.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/cpu/Makefile