diff options
author | Peter Tyser | 2009-09-21 11:20:37 -0500 |
---|---|---|
committer | Wolfgang Denk | 2009-10-03 10:17:57 +0200 |
commit | 3469424cb6d939c7aedf1e0efdec44a797c0a18c (patch) | |
tree | 3c33806b668d4309b78b06260ce2c6dbcf92c130 /include/exports.h | |
parent | 0630535e2d062dd73c1ceca5c6125c86d1127a49 (diff) |
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>
Diffstat (limited to 'include/exports.h')
-rw-r--r-- | include/exports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exports.h b/include/exports.h index 16ea03a6bd4..2e8fd8b8b41 100644 --- a/include/exports.h +++ b/include/exports.h @@ -47,7 +47,7 @@ enum { XF_MAX }; -#define XF_VERSION 5 +#define XF_VERSION 6 #if defined(CONFIG_I386) extern gd_t *global_data; |