summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-05-08 08:05:58 +0000
committerTom Rini <trini@ti.com>2013-05-14 15:37:25 -0400
commit1fe7d93891905b9af1d81c9aef7b5646452ceb41 (patch)
tree30bb6a12d24fcb9912eaf2032cb6417dea39c622 /include
parentaa6d6db4d4e85f2cae5553a27d1140069fd3e8e1 (diff)
image: Remove remaining #ifdefs in image-fit.c
There are only two left. One is unnecessary and the other can be moved to the header file. Signed-off-by: Simon Glass <sjg@chromium.org>
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 */