From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 6 Apr 2008 13:18:40 +0200 Subject: [U-Boot-Users] [RFC] Rename include/md5.h to u-boot-md5.h In-Reply-To: <1207171147-3228-1-git-send-email-afleming@freescale.com> References: <20080402185750.62979243AB@gemini.denx.de> <1207171147-3228-1-git-send-email-afleming@freescale.com> Message-ID: <20080406111840.GC17404@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16:19 Wed 02 Apr , Andy Fleming wrote: > Some systems have md5.h installed in /usr/include/. This isn't the desired > file (we want the one in include/md5.h). This will avoid the conflict. > This fixes the host tools building problem > > Signed-off-by: Andy Fleming > --- > > This fixes the problem for me, at least... > > common/image.c | 4 ++-- > include/u-boot-md5.h | 23 +++++++++++++++++++++++ > lib_generic/md5.c | 2 +- > 3 files changed, 26 insertions(+), 3 deletions(-) > create mode 100644 include/u-boot-md5.h > > diff --git a/common/image.c b/common/image.c > index f04826a..2ee49ef 100644 > --- a/common/image.c > +++ b/common/image.c > @@ -53,7 +53,7 @@ > #endif > > #if defined(CONFIG_FIT) > -#include > +#include Could we create an u-boot dirent like do int linux like #include Best Regards J.