diff options
author | Gabe Black <gabeblack@chromium.org> | 2012-01-12 23:10:56 -0800 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2012-01-13 15:08:16 -0800 |
commit | 45a25a37f94d0d3816c97319ed67f320247e26b6 (patch) | |
tree | aa02756c9f9b322b94e9d486434bac53e271ff3b /include | |
parent | 5ae1ff1f2ea2e5587ad72936d4a009c77ff017b6 (diff) |
X86: Make the upper bound on relocated symbols closed instead of open
When relocating symbols, U-Boot only relocates the ones that fall within the
range of address that are actually being moved. This change makes the upper
bound of that region closed (less than or equal to) instead of open (less
than) so that the __bss_end symbol is processed as well.
BUG=None
TEST=Built and booted on Lumpy. Built on Kaen.
Signed-off-by: Gabe Black <gabeblack@google.com>
Change-Id: Ic1ee7402621dc266b3776ea5bdf3254ef51bc4ac
Reviewed-on: https://gerrit.chromium.org/gerrit/14148
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Commit-Ready: Gabe Black (Do Not Use) <gabeblack@google.com>
Tested-by: Gabe Black (Do Not Use) <gabeblack@google.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions