uboot-mt623x/board/voiceblue
Ladislav Michl 5c97a1de19 VoiceBlue: fix linker errors
linking eeprom with libgeneric.a is not really needed and causes following
error:
../../lib_generic/libgeneric.a(string.o): In function `strcmp':
/home/ladis/src/u-boot-ti/lib_generic/string.c:152: multiple definition of `strcmp'
../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
make[1]: *** [eeprom.srec] Error 1

Fix undefined reference to memset generated by some versions of gcc
to zero out initialized structure on the stack:
eeprom.o: In function `eeprom':
board/voiceblue/eeprom.c:152: undefined reference to `memset'
make[1]: *** [eeprom] Error 1

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2010-03-07 12:36:35 -06:00
..
Makefile VoiceBlue: fix linker errors 2010-03-07 12:36:35 -06:00
config.mk ARM: Board voiceblue update 2008-02-04 00:17:20 +01:00
eeprom.c VoiceBlue: fix linker errors 2010-03-07 12:36:35 -06:00
setup.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
voiceblue.c Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00