summaryrefslogtreecommitdiff
path: root/include/exports.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-09-21 16:20:37 (GMT)
committerWolfgang Denk <wd@denx.de>2009-10-03 08:17:57 (GMT)
commit3469424cb6d939c7aedf1e0efdec44a797c0a18c (patch)
tree3c33806b668d4309b78b06260ce2c6dbcf92c130 /include/exports.h
parent0630535e2d062dd73c1ceca5c6125c86d1127a49 (diff)
downloadu-boot-fsl-qoriq-3469424cb6d939c7aedf1e0efdec44a797c0a18c.tar.xz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exports.h b/include/exports.h
index 16ea03a..2e8fd8b 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;