[U-Boot] [PATCH] standalone: Increment XF_VERSION to 6

Peter Tyser ptyser at xes-inc.com
Fri Oct 2 22:08:54 CEST 2009


Signed-off-by: Peter Tyser <ptyser at 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



More information about the U-Boot mailing list