summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2020-09-23 12:34:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-25 16:28:04 +0200
commitc7dcac9de597f006fdc8c2680eb25e92ff62df7d (patch)
tree3d3b0d99d33124916030fcad73622a2768a20fe9 /include/common.h
parent98c221e3fad57f271d60406c9a1869511b26ed37 (diff)
downloadbarebox-c7dcac9de597f006fdc8c2680eb25e92ff62df7d.tar.gz
barebox-c7dcac9de597f006fdc8c2680eb25e92ff62df7d.tar.xz
common: print buildsystem version in barebox banner
When the barebox banner is enabled and printed during startup, also show information about the buildsystem version: the exact state of the barebox binary and its config. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index ceb0b358bd..693f5bf970 100644
--- a/include/common.h
+++ b/include/common.h
@@ -124,6 +124,7 @@ int memcpy_parse_options(int argc, char *argv[], int *sourcefd,
extern const char version_string[];
extern const char release_string[];
+extern const char buildsystem_version_string[];
#ifdef CONFIG_BANNER
void barebox_banner(void);
#else