This gives us a string like "20120822150855" which encodes the build time.

This allows automated version checking and flashing of U-Boot to be performed,
for example, in boot.scr files (or scripting in general).

Signed-off-by: Matt Sealey <m...@genesi-usa.com>
Cc: Stefano Babic <sba...@denx.de>
Cc: Marek Vasut <ma...@denx.de>
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 1df4c1d..c042206 100644
--- a/Makefile
+++ b/Makefile
@@ -664,6 +664,7 @@ $(TIMESTAMP_FILE):
                @mkdir -p $(dir $(TIMESTAMP_FILE))
                @LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"' > $@.tmp
                @LC_ALL=C date +'#define U_BOOT_TIME "%T"' >> $@.tmp
+               @LC_ALL=C date +'#define U_BOOT_TIMESTAMP "%Y%m%d%H%M%S"' >> 
$@.tmp
                @cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@
 
 easylogo env gdb:
-- 
1.7.9.5

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to