mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
version: Move version_string[] from version.h to version_string.h
More C files do not use compile time timestamp macros and do not have to be recompiled every time when SOURCE_DATE_EPOCH changes. This patch moves version_string[] from version.h to version_string.h and updates other C files which only needs version_string[] string to include version_string.h instead of version.h. After applying this patch these files are not recompiled every time when SOURCE_DATE_EPOCH changes. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <env.h>
|
||||
#include <init.h>
|
||||
#include <net.h>
|
||||
#include <version.h>
|
||||
#include <version_string.h>
|
||||
#include <efi_loader.h>
|
||||
|
||||
static void run_preboot_environment_command(void)
|
||||
|
Reference in New Issue
Block a user