commit | 20f3e1e8e44f33dd5dbde2898a8725f676211519 | [log] [tgz] |
---|---|---|
author | Shinya Kuribayashi <shinya.kuribayashi@necel.com> | Fri Aug 31 14:41:51 2007 +0900 |
committer | Wolfgang Denk <wd@denx.de> | Fri Sep 07 00:44:45 2007 +0200 |
tree | 994fca2e5da539b42453134d7bb394c07433fb05 | |
parent | 89fded841f983e5273e37275b5b6def1cb923961 [diff] |
[MIPS] Remove inline asm string functions Stop using inline string functions on MIPS as other ARCHs do so, since the optimized inline asm versions are not small. This change is triggered by a following MIPS build error: common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init': common/exports.c:32: undefined reference to `strcmp' make: *** [u-boot] Error 1 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>