summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index df020ff135..27c977e534 100644
--- a/include/image.h
+++ b/include/image.h
@@ -44,6 +44,7 @@
#define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
#define IMAGE_ENABLE_IGNORE 0
+#define IMAGE_INDENT_STRING ""
#else
@@ -53,6 +54,7 @@
/* Take notice of the 'ignore' property for hashes */
#define IMAGE_ENABLE_IGNORE 1
+#define IMAGE_INDENT_STRING " "
#endif /* USE_HOSTCC */
OpenPOWER on IntegriCloud