From mboxrd@z Thu Jan 1 00:00:00 1970 From: dirk.behme at googlemail.com Date: Mon, 11 Aug 2008 20:15:43 +0200 Subject: [U-Boot] [PATCH] Fix compile breakage in recent git Message-ID: <1218478543-9488-1-git-send-email-dirk.behme@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Steve Sakoman Fix compile breakage from commit 0bf202ec586d4466c900e987720fa635c594d689 image.c:207:2: error: #endif without #if Signed-off-by: Steve Sakoman Signed-off-by: Dirk Behme --- 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