commit | b4ee13905e58891ad00ba4a942f635eafd86ea1b | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Fri Dec 26 19:36:30 2014 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Thu Jan 15 22:38:42 2015 +0300 |
tree | 42b5a9506b35a7fa45dac57221d5b1bdff9e66f2 | |
parent | 4fec6aab2585bf3cd07cadad022e711089da8086 [diff] |
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>