summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-10-08 13:38:53 -0400
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-10-08 13:38:53 -0400
commit2ccd89c1bd6ab9a832c3b74ba559d9a6e9219ae1 (patch)
treeac926d71e8218d2efa2a60be53505496fa84283f
parentb4e44436c72ebc60a3c8a64bb966d3bf4baacd88 (diff)
This patch originally from LogicPD OMAP35x Release 1.6.1 Original Patch Name: u-boot-2009.03-torpedo-05-add-bsp-revision.patch
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4582f0639d..b4cadf6b21 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"\n' "$(U_BOOT_VERSION)" \
- '$(shell $(TOPDIR)/tools/setlocalversion $(TOPDIR))' ) > $@.tmp
+ ( printf '#define U_BOOT_VERSION "U-Boot %s%s/%s"\n' "$(U_BOOT_VERSION)" \
+ '$(shell $(TOPDIR)/tools/setlocalversion $(TOPDIR))' $(BSP_RELEASE_LEVEL) ) > $@.tmp
@cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@
$(TIMESTAMP_FILE):