diff options
| author | Bartlomiej Sieka <tur@semihalf.com> | 2008-03-14 16:22:34 +0100 |
|---|---|---|
| committer | Bartlomiej Sieka <tur@semihalf.com> | 2008-03-14 16:22:34 +0100 |
| commit | 766529fccc860ecb9e955b4239dff69cd9e4ea09 (patch) | |
| tree | 8fab1a4b93df22aa183d6f049ecf99c876e35ffc /include/image.h | |
| parent | 0ede0c383530a418cf98be9122371a86573cd0db (diff) | |
| download | olio-uboot-2014.01-766529fccc860ecb9e955b4239dff69cd9e4ea09.tar.xz olio-uboot-2014.01-766529fccc860ecb9e955b4239dff69cd9e4ea09.zip | |
Add MD5 support to the new uImage format
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h index fbd8c304e..f22dafd65 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 /* |