[U-Boot] [PATCH] arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME

Simon Glass sjg at chromium.org
Thu Feb 19 19:26:39 CET 2015


On 19 February 2015 at 04:58, Tom Rini <trini at ti.com> wrote:
>
> Using __DATE__ and __TIME__ results in an error due to -Werror=date-time
> with gcc-4.9 (__DATE__ / __TIME__ might prevent reproducible builds) so
> switch these over to U_BOOT_DATE / U_BOOT_TIME
>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Cc: Simon Glass <sjg at chromium.org>
> Signed-off-by: Tom Rini <trini at ti.com>
> ---
>  arch/x86/cpu/quark/mrc.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list