Re: [U-Boot] [PATCH] Add U_BOOT_TIMESTAMP definition

2013-04-05 Thread Matt Sealey
Hi Wolfgang, On Sat, Mar 9, 2013 at 1:09 AM, Wolfgang Denk wrote: > Dear Matt, > > In message <1345733053-5023-1-git-send-email-m...@genesi-usa.com> you wrote: >> This gives us a string like "20120822150855" which encodes the build time. >> >> This allows automated version checking and flashing o

Re: [U-Boot] [PATCH] Add U_BOOT_TIMESTAMP definition

2013-04-05 Thread Wolfgang Denk
Dear Matt, In message you wrote: > > I will submit this as a series shortly (with the configuration update) > if this patch has been dropped > already, alternatively I will just submit the configuration update and > remark that it requires this patch. > > Is that okay? Both is fine wwith me.

Re: [U-Boot] [PATCH] Add U_BOOT_TIMESTAMP definition

2013-03-08 Thread Wolfgang Denk
Dear Matt, In message <1345733053-5023-1-git-send-email-m...@genesi-usa.com> you wrote: > 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

Re: [U-Boot] [PATCH] Add U_BOOT_TIMESTAMP definition

2012-08-23 Thread Matt Sealey
On Thu, Aug 23, 2012 at 9:49 AM, Stefano Babic wrote: > On 23/08/2012 16:44, Matt Sealey wrote: >> 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 (

Re: [U-Boot] [PATCH] Add U_BOOT_TIMESTAMP definition

2012-08-23 Thread Stefano Babic
On 23/08/2012 16:44, Matt Sealey wrote: > 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 > Cc:

[U-Boot] [PATCH] Add U_BOOT_TIMESTAMP definition

2012-08-23 Thread Matt Sealey
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 Cc: Stefano Babic Cc: Marek Vasut --- Makefile |1