Re: [U-Boot] [RFC PATCH v1] Makefile: Add U_BOOT_TZ and include in version

2015-05-06 Thread Simon Glass
Hi Chris, On 5 May 2015 at 23:38, Chris Packham wrote: > Hi, > > On Thu, Apr 30, 2015 at 12:38 PM, Chris Packham > wrote: >> Define U_BOOT_TZ alongside U_BOOT_TIME and U_BOOT_DATE and use it to >> include the timezone in the version output. >> >> Signed-off-by: Chris Packham >> --- >> >> Make

Re: [U-Boot] [RFC PATCH v1] Makefile: Add U_BOOT_TZ and include in version

2015-05-05 Thread Chris Packham
Hi, On Thu, Apr 30, 2015 at 12:38 PM, Chris Packham wrote: > Define U_BOOT_TZ alongside U_BOOT_TIME and U_BOOT_DATE and use it to > include the timezone in the version output. > > Signed-off-by: Chris Packham > --- > > Makefile | 3 ++- > include/version.h | 2 +- > 2 files changed, 3