diff options
Diffstat (limited to 'include/image.h')
-rw-r--r-- | include/image.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/image.h b/include/image.h index d2e78fe..acc553c 100644 --- a/include/image.h +++ b/include/image.h @@ -46,16 +46,16 @@ #include <lmb.h> #include <asm/u-boot.h> +#include <command.h> #endif /* USE_HOSTCC */ -#include <command.h> - #if defined(CONFIG_FIT) #include <fdt.h> #include <libfdt.h> #include <fdt_support.h> #define CONFIG_MD5 /* FIT images need MD5 support */ +#define CONFIG_SHA1 /* and SHA1 */ #endif /* @@ -255,7 +255,7 @@ typedef struct bootm_headers { #define BOOTM_STATE_OS_GO (0x00000080) int state; -#ifndef USE_HOSTCC +#ifdef CONFIG_LMB struct lmb lmb; /* for memory mgmt */ #endif } bootm_headers_t; |