]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: Remove reloc_off field from global_data structure
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 21 Sep 2009 16:20:37 +0000 (11:20 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Oct 2009 08:17:57 +0000 (10:17 +0200)
commit3469424cb6d939c7aedf1e0efdec44a797c0a18c
tree3c33806b668d4309b78b06260ce2c6dbcf92c130
parent0630535e2d062dd73c1ceca5c6125c86d1127a49
ppc: Remove reloc_off field from global_data structure

Now that proper relocation is supported, the reloc_off field is no longer
necessary.

Note that the location of the standalone application jump table pointer
in the global data structure is affected by this change, breaking
execution of standalone applications compiled for previous versions of
U-Boot.

We therefore increment XF_VERSION to 6

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
include/asm-ppc/global_data.h
include/exports.h