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

Simon Glass sjg at chromium.org
Wed Mar 25 23:34:17 CET 2015


On 19 February 2015 at 11:26, Simon Glass <sjg at chromium.org> wrote:
> 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>

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list