summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPali Rohár <[email protected]>2021-08-02 15:18:37 +0200
committerTom Rini <[email protected]>2021-09-17 12:10:44 -0400
commitbc21ccbaaa7dda32ec6250cac5f9c9e47e5b629a (patch)
treee297486b0b529f23ab8cac55461edb33be455b73 /include
parentfd004950804a60ebcba8dcc0cc850d793c3aa1ea (diff)
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 <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/version.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/version.h b/include/version.h
index 0a3b29adb89..8ee07134fd2 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__ */