From: Mike Frysinger Date: Thu, 21 Jan 2010 09:03:20 +0000 (-0500) Subject: image.h: avoid command.h for host tools X-Git-Tag: v2010.03-rc1~124 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5daa1c18b6a6877b0619a8dbaad0afd783f79e4f;p=u-boot image.h: avoid command.h for host tools The u-boot command structures don't get used with host systems, so don't bother including it when building host code. This avoids an implicit need on config.h in the process. Signed-off-by: Mike Frysinger --- diff --git a/include/image.h b/include/image.h index 4ed0379106..acc553cae9 100644 --- a/include/image.h +++ b/include/image.h @@ -46,11 +46,10 @@ #include #include +#include #endif /* USE_HOSTCC */ -#include - #if defined(CONFIG_FIT) #include #include