Re: [U-Boot] [PATCH] arc: Add debug messages during relocation fixups

2016-08-05 Thread Alexey Brodkin
Hi, On Thu, 2016-08-04 at 14:08 +0300, Alexey Brodkin wrote: > This might be useful to make sure relocation fixups really > happen. And since this info gets printed only in DEBUG > build it doesn't really hurt normal execution. > > Signed-off-by: Alexey Brodkin Applied, Thanks! -Alexey ___

[U-Boot] [PATCH] arc: Add debug messages during relocation fixups

2016-08-04 Thread Alexey Brodkin
This might be useful to make sure relocation fixups really happen. And since this info gets printed only in DEBUG build it doesn't really hurt normal execution. Signed-off-by: Alexey Brodkin --- arch/arc/lib/relocate.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arc/lib/reloc