public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: dirk.behme at googlemail.com <dirk.behme@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Fix compile breakage in recent git
Date: Mon, 11 Aug 2008 20:15:43 +0200	[thread overview]
Message-ID: <1218478543-9488-1-git-send-email-dirk.behme@gmail.com> (raw)

From: Steve Sakoman <steve@sakoman.com>

Fix compile breakage from commit 0bf202ec586d4466c900e987720fa635c594d689

image.c:207:2: error: #endif without #if

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>

---

Index: foo/common/image.c
===================================================================
--- foo.orig/common/image.c
+++ foo/common/image.c
@@ -204,7 +204,6 @@ void memmove_wd (void *to, void *from, s
 	memmove (to, from, len);
 #endif	/* CONFIG_HW_WATCHDOG || CONFIG_WATCHDOG */
 }
-#endif /* USE_HOSTCC */
 
 /**
  * image_multi_count - get component (sub-image) count

             reply	other threads:[~2008-08-11 18:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-11 18:15 dirk.behme at googlemail.com [this message]
2008-08-11 18:18 ` [U-Boot] [PATCH] Fix compile breakage in recent git Kumar Gala
2008-08-11 18:53   ` Dirk Behme

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1218478543-9488-1-git-send-email-dirk.behme@gmail.com \
    --to=dirk.behme@googlemail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox