public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix compile breakage in recent git
@ 2008-08-11 18:15 dirk.behme at googlemail.com
  2008-08-11 18:18 ` Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: dirk.behme at googlemail.com @ 2008-08-11 18:15 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Fix compile breakage in recent git
  2008-08-11 18:15 [U-Boot] [PATCH] Fix compile breakage in recent git dirk.behme at googlemail.com
@ 2008-08-11 18:18 ` Kumar Gala
  2008-08-11 18:53   ` Dirk Behme
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2008-08-11 18:18 UTC (permalink / raw)
  To: u-boot


On Aug 11, 2008, at 1:15 PM, dirk.behme at googlemail.com wrote:

> 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>
>
> ---

I've already sent a patch to address this.  See:

http://lists.denx.de/pipermail/u-boot/2008-August/000115.html

- k

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Fix compile breakage in recent git
  2008-08-11 18:18 ` Kumar Gala
@ 2008-08-11 18:53   ` Dirk Behme
  0 siblings, 0 replies; 3+ messages in thread
From: Dirk Behme @ 2008-08-11 18:53 UTC (permalink / raw)
  To: u-boot

Kumar Gala wrote:
> 
> On Aug 11, 2008, at 1:15 PM, dirk.behme at googlemail.com wrote:
> 
>> 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>
>>
>> ---
> 
> 
> I've already sent a patch to address this.  See:
> 
> http://lists.denx.de/pipermail/u-boot/2008-August/000115.html

Okay, thanks.

Yes, seems that our patch isn't sufficent to fix broken git. Later 
build stops with

bootm.c: In function 'do_bootm_linux':
bootm.c:140: error: 'bootm_headers_t' has no member named 'autostart'
bootm.c:160: error: 'bootm_headers_t' has no member named 'autostart'

Dirk

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-11 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 18:15 [U-Boot] [PATCH] Fix compile breakage in recent git dirk.behme at googlemail.com
2008-08-11 18:18 ` Kumar Gala
2008-08-11 18:53   ` Dirk Behme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox