aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2017-07-30 08:09:38 +0100
committerDaniel Thompson <daniel.thompson@linaro.org>2017-07-31 17:26:28 +0100
commitf74ef79ae485bbd5ec59a3f733af6e0b4e792c5b (patch)
tree8303cfad11d9e89cda4e63d60916a7f275515564
parentf3c97710c174ce47b4308a6f943c70d9ab831346 (diff)
include: version: RDA support
-rw-r--r--include/version.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/version.h b/include/version.h
index c908bd3013..9f3fbf3de0 100644
--- a/include/version.h
+++ b/include/version.h
@@ -24,11 +24,11 @@
#ifndef __VERSION_H__
#define __VERSION_H__
-#include <timestamp.h>
-
-#ifndef DO_DEPS_ONLY
-#include "generated/version_autogenerated.h"
-#endif
+// Only include:
+// #include "generated/version_autogenerated.h"
+// in files that directly use the version macros:
+// PLAIN_VERSION, U_BOOT_VERSION, CC_VERSION_STRING, LD_VERSION_STRING
+// or U_BOOT_VERSION_STRING
#ifndef CONFIG_IDENT_STRING
#define CONFIG_IDENT_STRING ""