summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index ec4e1f808d..129acef0b8 100644
--- a/include/version.h
+++ b/include/version.h
@@ -37,6 +37,7 @@
#define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \
U_BOOT_TIME ")" CONFIG_IDENT_STRING
+#ifndef __ASSEMBLY__
extern const char version_string[];
-
+#endif /* __ASSEMBLY__ */
#endif /* __VERSION_H__ */
OpenPOWER on IntegriCloud