x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug log
authorPali Rohár <pali@kernel.org>
Mon, 2 Aug 2021 13:18:36 +0000 (15:18 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 17 Sep 2021 16:10:44 +0000 (12:10 -0400)
commitfd004950804a60ebcba8dcc0cc850d793c3aa1ea
tree0b7f459ebc55120d2e4c7fdec2e585fa72d4ce58
parent7629b52a949a13eefa31ef8979763591066d7b1d
x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug log

U_BOOT_DATE and U_BOOT_TIME are updated on every run of make command.
Therefore mrc.c file is recompiled every time when running make which means
that whole U-Boot binary is recompiled on every run of make command.

Simplify it and do not recompile U-Boot binary on every run of make command
by not depending on macros U_BOOT_DATE and U_BOOT_TIME.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/quark/mrc.c