uboot-mt623x/board/netstar
Ladislav Michl 3a67566c1d 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>
2010-03-07 12:36:34 -06:00
..
Makefile NetStar: eeprom - fix linker error 2010-03-07 12:36:34 -06:00
config.mk Fix JFFS2 support for legacy NAND driver. 2006-04-08 19:08:06 +02:00
crcek.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
crcek.h Update of new NAND code 2005-09-14 23:53:32 +02:00
crcit.c NetStar: make crcit utility more readable 2010-02-12 12:31:54 -06:00
eeprom.c NetStar: eeprom - be less verbose 2010-03-07 12:36:34 -06:00
netstar.c Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
setup.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00