commit | 3530c07d1ba9f4aabc2260860ae5486b56a15d71 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Sat Nov 12 16:34:48 2011 +0000 |
committer | Graeme Russ <graeme.russ@gmail.com> | Tue Nov 29 21:30:44 2011 +1100 |
tree | dc6c62ac0b9f6c24e566a0057a115daba078f1c2 | |
parent | e029b753e52a6cc085c6ca6b3377eff976f94821 [diff] |
x86: Don't relocate symbols which point to things that aren't relocated This change adds an upper bound for symbols which are fixed up after u-boot is relocated into RAM. This way portions that are left at their original location can be referred to without having to manually fix up any pointers. Signed-off-by: Gabe Black <gabeblack@chromium.org>