]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image.h: avoid command.h for host tools
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Jan 2010 09:03:20 +0000 (04:03 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 21 Jan 2010 21:58:49 +0000 (22:58 +0100)
commit5daa1c18b6a6877b0619a8dbaad0afd783f79e4f
tree0f3cb21ffd437871421f3df8dc044d77d2757cfa
parent34be10651704709dfb35f9c57013f02d47cced09
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 <vapier@gentoo.org>
include/image.h