
12 Nov
2011
12 Nov
'11
11:20 a.m.
Hi Gabe,
On 09/11/11 09:21, Gabe Black wrote:
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
Changes in v2: Merge in a fix in a later patch which gets rid of some unintentional pointer arithmetic.
Changes in v3: Update x86 tag.
arch/x86/lib/bios_setup.c | 7 ++----- arch/x86/lib/board.c | 15 ++++++++++++--- arch/x86/lib/realmode.c | 7 ++----- 3 files changed, 16 insertions(+), 13 deletions(-)
Can you please rebase against u-boot-x86/master and re-submit
Thanks,
Graeme