From: david stevenson <david@avoncliff.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] problem compiling sc520
Date: Mon, 4 Aug 2003 21:59:09 +0100 [thread overview]
Message-ID: <200308042159.09596.david@avoncliff.com> (raw)
In-Reply-To: <200308042135.48979.david@avoncliff.com>
On Monday 04 August 2003 9:35 pm, david stevenson wrote:
> > > > Try replacing the "done:" with "done: ;"
> > >
> > > Yes that works fine. (strange the things I learn about C day by day 8-)
> > > )
> > >
> > > > If it works, please submit a patch.
Sorry here is another one I must have fixed and forgot 8-(
Index: common/cmd_bootm.c
===================================================================
RCS file: /cvsroot//u-boot/u-boot/common/cmd_bootm.c,v
retrieving revision 1.21
diff -u -r1.21 cmd_bootm.c
--- common/cmd_bootm.c 27 Jul 2003 00:21:15 -0000 1.21
+++ common/cmd_bootm.c 4 Aug 2003 23:28:54 -0000
@@ -1012,9 +1012,9 @@
printf ("Image at %08lX:\n", (ulong)hdr);
print_image_hdr( hdr );
putc ('\n');
- next_sector:
+ next_sector:;
}
- next_bank:
+ next_bank:;
}
return (0);
next prev parent reply other threads:[~2003-08-04 20:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-04 15:52 [U-Boot-Users] problem compiling sc520 david stevenson
2003-08-04 19:14 ` Wolfgang Denk
2003-08-04 18:17 ` david stevenson
2003-08-04 21:18 ` Wolfgang Denk
2003-08-04 20:35 ` david stevenson
2003-08-04 20:59 ` david stevenson [this message]
2003-08-05 6:54 ` Wolfgang Denk
2003-08-05 6:53 ` Wolfgang Denk
2003-08-04 21:53 ` Marc Singer
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=200308042159.09596.david@avoncliff.com \
--to=david@avoncliff.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.