On Mon, Aug 02, 2021 at 03:18:36PM +0200, Pali Rohár 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 > Reviewed-by: Simon Glass > Reviewed-by: Bin Meng Applied to u-boot/next, thanks! -- Tom