[PATCH 09/11] x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug log

Bin Meng bmeng.cn at gmail.com
Tue Aug 3 01:25:01 CEST 2021


On Mon, Aug 2, 2021 at 9:19 PM Pali Rohár <pali at kernel.org> wrote:
>
> 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 at kernel.org>
> ---
>  arch/x86/cpu/quark/mrc.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list