diff options
author | Ladislav Michl <Ladislav.Michl@seznam.cz> | 2010-02-17 21:29:45 -0500 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-03-07 12:36:35 -0600 |
commit | 5c97a1de196fdcbe9d098948ecf4fccfbea23b78 (patch) | |
tree | b86c39bee4ab477134ef07d9ab58f3d2017b9c71 /include/sm501.h | |
parent | a32c1e0ecd563c65c617b0eb9080a10d286bb0b4 (diff) | |
download | u-boot-imx-5c97a1de196fdcbe9d098948ecf4fccfbea23b78.zip u-boot-imx-5c97a1de196fdcbe9d098948ecf4fccfbea23b78.tar.gz u-boot-imx-5c97a1de196fdcbe9d098948ecf4fccfbea23b78.tar.bz2 |
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/sm501.h')
0 files changed, 0 insertions, 0 deletions