diff options
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/include/image.h b/include/image.h index 4ed037910..acc553cae 100644 --- a/include/image.h +++ b/include/image.h @@ -46,11 +46,10 @@  #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> |