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

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;

On Friday 02 October 2009 16:08:54 Peter Tyser wrote:
Signed-off-by: Peter Tyser ptyser@xes-inc.com
This should be squashed with the top-most commit in the reloc branch.
if it doesnt get squashed, the changelog should mention the exact reason for bumping the version ... -mike

Dear Peter Tyser,
In message 1254514134-744-1-git-send-email-ptyser@xes-inc.com you wrote:
Signed-off-by: Peter Tyser ptyser@xes-inc.com
Applied, thanks.
This should be squashed with the top-most commit in the reloc branch.
Done.
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....
I moved it below the (squashed) top-commit and added a comment to the commit message thjat says that XF_VERSION gets fixed in the next commit.
Best regards,
Wolfgang Denk
participants (3)
-
Mike Frysinger
-
Peter Tyser
-
Wolfgang Denk