
2 Oct
2009
2 Oct
'09
10:08 p.m.
Signed-off-by: Peter Tyser ptyser@xes-inc.com --- This should be squashed with the top-most commit in the reloc branch.
Ideally we could fold "[PATCH/RFC] arm/microblaze/nios/nios2/sh: Remove relocation fixups" into the reloc branch too so we don't have to increment XF_VERSION again in the next release. I have no way of testing these arches though....
include/exports.h | 2 +- 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;
--
1.6.2.1