]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: relocate - minor refactoring and clean-up
authorAlexey Brodkin <abrodkin@synopsys.com>
Fri, 26 Dec 2014 16:36:30 +0000 (19:36 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 15 Jan 2015 19:38:42 +0000 (22:38 +0300)
commit1c91a3d9790c6d8f4bcb0d896936672509a1439d
tree42b5a9506b35a7fa45dac57221d5b1bdff9e66f2
parent20a58ac0d8e09d0bf1a74c6b68fea22784512b51
arc: relocate - minor refactoring and clean-up

 * use better symbols for relocatable region boundaries
("__image_copy_start" instead of "CONFIG_SYS_TEXT_BASE")
 * remove useless debug messages because they will only show up in case
of both problem (when normal "if" branch won't be taken) and DEBUG take
place which is pretty rare situation.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/sections.h
arch/arc/lib/relocate.c