u-boot/arch/x86
Pali Rohár fd00495080 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>
2021-09-17 12:10:44 -04:00
..
cpu x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug log 2021-09-17 12:10:44 -04:00
dts x86: dts: Define a default TSC timer frequency 2021-08-02 15:11:40 +08:00
include/asm Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig 2021-08-31 17:47:49 -04:00
lib Remove #include <version.h> from files which do not need it 2021-09-17 12:10:44 -04:00
config.mk Add support for stack-protector 2021-04-20 07:31:12 -04:00
Kconfig Kconfig: Remove all default n/no options 2021-08-31 17:47:49 -04:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00