[U-Boot-Users] [PATCH] cradle board

Hi,
Running ./MAKEALL pxa produces this warning with cradle board.
warning: deprecated use of label at end of compound statement
I'm supplying fix. Maintainer is CC'ed, just in case.
CHANGELOG: Patch by Hinko Kocevar, 21 Aug 2004: Fix compiler warning about label usage
regards, himba
--- u-boot/board/cradle/flash.c 2003-09-18 11:21:33.000000000 +0200 +++ lcd-u-boot/board/cradle/flash.c 2004-08-21 10:26:02.000000000 +0200 @@ -133,7 +133,7 @@ info++; }
-Done: +Done:; }
/*-----------------------------------------------------------------------

In message 41271B8C.60806@siol.net you wrote:
Running ./MAKEALL pxa produces this warning with cradle board. warning: deprecated use of label at end of compound statement I'm supplying fix. Maintainer is CC'ed, just in case.
CHANGELOG: Patch by Hinko Kocevar, 21 Aug 2004: Fix compiler warning about label usage
Added, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
himba
-
Wolfgang Denk