From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rommel Custodio Date: Wed, 30 Jan 2013 00:06:38 +0000 (UTC) Subject: [U-Boot] =?utf-8?q?=5BPATCH_3/4=5D_common=3A_cmd=5Fbdinfo=3A_Fix_?= =?utf-8?q?compilation_warning=09for_microblaze?= References: <1358947873-3731-1-git-send-email-michal.simek@xilinx.com> <1358947873-3731-3-git-send-email-michal.simek@xilinx.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Michal Simek Michal Simek xilinx.com> writes: > > Fix one printf compilation warning in microblaze bdinfo part. > > Warning log: > cmd_bdinfo.c: In function 'do_bdinfo': > cmd_bdinfo.c:219:2: warning: format '%u' expects argument of type > 'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat] > > Signed-off-by: Michal Simek xilinx.com> > --- > common/cmd_bdinfo.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) I build tested these series of Xilinx patches on an ml507. This doesn't apply cleanly to HEAD. All the best, Rommel