summaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-08-02 16:18:37 +0300
committerTom Rini <trini@konsulko.com>2021-09-17 19:10:44 +0300
commitbc21ccbaaa7dda32ec6250cac5f9c9e47e5b629a (patch)
treee297486b0b529f23ab8cac55461edb33be455b73 /include/version.h
parentfd004950804a60ebcba8dcc0cc850d793c3aa1ea (diff)
downloadu-boot-bc21ccbaaa7dda32ec6250cac5f9c9e47e5b629a.tar.xz
version: Remove global macro U_BOOT_VERSION_STRING from version.h
Version string is available in global variable char version_string[]. Macro U_BOOT_VERSION_STRING is not used by any other file, so remove it completely from version.h. Other files were already converted to use variable version_string[]. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/version.h b/include/version.h
index 0a3b29adb8..8ee07134fd 100644
--- a/include/version.h
+++ b/include/version.h
@@ -13,7 +13,4 @@
#include "generated/version_autogenerated.h"
#endif
-#define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \
- U_BOOT_TIME " " U_BOOT_TZ ")" CONFIG_IDENT_STRING
-
#endif /* __VERSION_H__ */