summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-10-13 14:12:50 -0400
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-10-13 14:12:50 -0400
commit7740bf1c4d70e10632c41c37a21443aa7d906688 (patch)
tree91f91ab1d8b015092de927eb8e82030e65f24332
parenta41074d609a894a12985d90817ff5caee45d94d4 (diff)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b4cadf6b21..675674b184 100644
--- a/Makefile
+++ b/Makefile
@@ -376,8 +376,8 @@ $(U_BOOT_ONENAND): $(ONENAND_IPL) $(obj)u-boot.bin $(obj)include/autoconf.mk
cat $(obj)onenand_ipl/onenand-ipl-4k.bin $(obj)u-boot.bin > $(obj)u-boot-flexonenand.bin
$(VERSION_FILE):
- ( printf '#define U_BOOT_VERSION "U-Boot %s%s/%s"\n' "$(U_BOOT_VERSION)" \
- '$(shell $(TOPDIR)/tools/setlocalversion $(TOPDIR))' $(BSP_RELEASE_LEVEL) ) > $@.tmp
+ ( printf '#define U_BOOT_VERSION "U-Boot %s%s/bsp_1_61"\n' "$(U_BOOT_VERSION)" \
+ '$(shell $(TOPDIR)/tools/setlocalversion $(TOPDIR))' ) > $@.tmp
@cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@
$(TIMESTAMP_FILE):