summaryrefslogtreecommitdiffstats
path: root/include/configs/at91sam9260ek.h
diff options
context:
space:
mode:
authorLadislav Michl <Ladislav.Michl@seznam.cz>2010-02-17 21:29:45 -0500
committerTom Rix <Tom.Rix@windriver.com>2010-03-07 12:36:35 -0600
commit5c97a1de196fdcbe9d098948ecf4fccfbea23b78 (patch)
treeb86c39bee4ab477134ef07d9ab58f3d2017b9c71 /include/configs/at91sam9260ek.h
parenta32c1e0ecd563c65c617b0eb9080a10d286bb0b4 (diff)
downloadtalos-obmc-uboot-5c97a1de196fdcbe9d098948ecf4fccfbea23b78.tar.gz
talos-obmc-uboot-5c97a1de196fdcbe9d098948ecf4fccfbea23b78.zip
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>
Diffstat (limited to 'include/configs/at91sam9260ek.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud