Re: [U-Boot] [PATCH v2 3/9] arc: add library functions

2014-01-29 Thread Wolfgang Denk
Dear Mischa, In message you wrote: > > checkpatch says: > > > > WARNING: line over 80 characters > > #610: FILE: arch/arc/lib/relocate.c:61: > > + debug(" %p: rom reloc %x, ram %p, value > > %x, > > limit %x\n", > > In the Linux kernel this is OK if it is a st

Re: [U-Boot] [PATCH v2 3/9] arc: add library functions

2014-01-29 Thread Wolfgang Denk
Dear Alexey Brodkin, In message <1391011745-22239-4-git-send-email-abrod...@synopsys.com> you wrote: > These are library functions used by ARC700 architecture. checkpatch says: WARNING: line over 80 characters #610: FILE: arch/arc/lib/relocate.c:61: + debug(" %p:

[U-Boot] [PATCH v2 3/9] arc: add library functions

2014-01-29 Thread Alexey Brodkin
These are library functions used by ARC700 architecture. Following files were borrowed from Linux kernel sources, commit 5ee54f38171b9b3541c5e9cf9c3a9e53455fd8b4 (Linux 3.11.10): * memcmp.S * memcpy-700.S * memset.S * strchr-700.S * strcmp.S * strcpy-700.S * strlen.S Signed-off-by: Alexey