From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Wed, 19 Mar 2008 10:01:17 +0100 Subject: [U-Boot-Users] [PATCH 18/20] [new uImage] Fix build problems on trab board In-Reply-To: <20080312205538.8E05A247AF@gemini.denx.de> References: <20080312205538.8E05A247AF@gemini.denx.de> Message-ID: <47E0D65D.1060600@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <20080312201219.6444.56306.stgit@pollux.denx.de> you wrote: >> diff --git a/board/trab/auto_update.c b/board/trab/auto_update.c >> index fa08bff..5311e12 100644 >> --- a/board/trab/auto_update.c >> +++ b/board/trab/auto_update.c >> @@ -224,7 +224,7 @@ au_check_cksum_valid(int idx, long nbytes) >> return -1; >> } >> /* check the data CRC */ >> - if (!image_check_dcrc (hdr)) { >> + if (!image_check_dcrc (hdr)) >> { > > This patch looks broken to me. You should keep the brace on the same > line with the if, and rather delete the next line with the single > brace. Will fix. Regards, Bartlomiej