commit | de93c3c119382cb888ca8a94b642dbcf8035525e | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Fri Jan 28 13:26:54 2011 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Fri Jan 28 14:05:13 2011 +0100 |
tree | 8a82dd51d680ef83e8399a0a0d6f67d34f838a94 | |
parent | 9c749e177ccc0b3ee9589425c7255079e7a726fc [diff] |
microblaze: Fix ASM optimized code for LE Microblaze little-endian doesn't support ASM optimized library functions(memcpy/memmove). Kconfig doens't contain any information about endian that's why it is necessary to check it in the source code. The code is used with barrel shifter is used. Signed-off-by: Michal Simek <monstr@monstr.eu>