From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Mon, 11 Aug 2008 20:53:57 +0200 Subject: [U-Boot] [PATCH] Fix compile breakage in recent git In-Reply-To: References: <1218478543-9488-1-git-send-email-dirk.behme@gmail.com> Message-ID: <48A08AC5.4040304@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: > > On Aug 11, 2008, at 1:15 PM, dirk.behme at googlemail.com wrote: > >> 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 >> >> --- > > > 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