[U-Boot] [PATCH] Fix compile breakage in recent git
dirk.behme at googlemail.com
dirk.behme at googlemail.com
Mon Aug 11 20:15:43 CEST 2008
From: Steve Sakoman <steve at sakoman.com>
Fix compile breakage from commit 0bf202ec586d4466c900e987720fa635c594d689
image.c:207:2: error: #endif without #if
Signed-off-by: Steve Sakoman <steve at sakoman.com>
Signed-off-by: Dirk Behme <dirk.behme at 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
More information about the U-Boot
mailing list