commit | 521af04d853361b49344b61892eb0618f9f713c5 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Mon Sep 21 11:20:36 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 03 10:17:57 2009 +0200 |
tree | b5168e8f89074a797761a03c6bcf0c95ddfc5f12 | |
parent | 3cbcfa70b116df1bbdc90ba31c61adcaec058a8a [diff] |
Conditionally perform common relocation fixups Add #ifdefs where necessary to not perform relocation fixups. This allows boards/architectures which support relocation to trim a decent chunk of code. Note that this patch doesn't add #ifdefs to architecture-specific code which does not support relocation. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>