From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 11 Nov 2008 16:49:36 +0100 Subject: [U-Boot] [PATCH] avr32/cmd_bdinfo: fix printf() format warnings In-Reply-To: <4919A0B6.1020904@googlemail.com> References: <1226380140-4323-1-git-send-email-plagnioj@jcrosoft.com> <1226380140-4323-2-git-send-email-plagnioj@jcrosoft.com> <4919A0B6.1020904@googlemail.com> Message-ID: <20081111154936.GR25307@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16:11 Tue 11 Nov , Dirk Behme wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: >> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD >> >> diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c >> index 6675241..087eda7 100644 >> --- a/common/cmd_bdinfo.c >> +++ b/common/cmd_bdinfo.c > > Subject mentions avr32/cmd_bdinfo while you touch common/cmd_bdinfo.c? > Typo? no the common/cmd_bdinfo regroup all arch I specify which one I've test and fix Best Regards, J.