summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Sieka <tur@semihalf.com>2008-03-14 16:22:34 +0100
committerBartlomiej Sieka <tur@semihalf.com>2008-03-14 16:22:34 +0100
commit766529fccc860ecb9e955b4239dff69cd9e4ea09 (patch)
tree8fab1a4b93df22aa183d6f049ecf99c876e35ffc /include
parent0ede0c383530a418cf98be9122371a86573cd0db (diff)
downloadtalos-obmc-uboot-766529fccc860ecb9e955b4239dff69cd9e4ea09.tar.gz
talos-obmc-uboot-766529fccc860ecb9e955b4239dff69cd9e4ea09.zip
Add MD5 support to the new uImage format
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'include')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index fbd8c304e4..f22dafd650 100644
--- a/include/image.h
+++ b/include/image.h
@@ -64,6 +64,7 @@
#include <fdt.h>
#include <libfdt.h>
#include <fdt_support.h>
+#define CONFIG_MD5 /* FIT images need MD5 support */
#endif
/*
OpenPOWER on IntegriCloud