From 7740bf1c4d70e10632c41c37a21443aa7d906688 Mon Sep 17 00:00:00 2001 From: Daniel Schaeffer Date: Tue, 13 Oct 2009 14:12:50 -0400 Subject: Added bsp version --- Makefile | 4 ++-- 1 file 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): -- cgit v1.2.3