]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
NetStar: eeprom - fix linker error
authorLadislav Michl <Ladislav.Michl@seznam.cz>
Mon, 8 Feb 2010 19:15:47 +0000 (14:15 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:34 +0000 (12:36 -0600)
commit3a67566c1def7d2eb935b31b3b282ba893c3f330
tree6db675d8304fe014984661898564c36589cfdd99
parent308d463eaf6f4ada00193306a6e643298d1990d8
NetStar: eeprom - fix linker error

linking eeprom with libgeneric.a is not really needed and causes following
error:
../../lib_generic/libgeneric.a(string.o): In function `strcmp':
lib_generic/string.c:152: multiple definition of `strcmp'
../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
Remove eeprom linker script as well and generate entry point object
(to start application by jumping on its beginning) on the fly.
Out-of-tree build tested as well.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
board/netstar/Makefile
board/netstar/eeprom.lds [deleted file]
board/netstar/eeprom_start.S [deleted file]