]> Git Repo - J-u-boot.git/commit - common/cmd_bdinfo.c
common: cmd_bdinfo: Fix compilation warning for microblaze
authorMichal Simek <[email protected]>
Wed, 23 Jan 2013 13:15:35 +0000 (14:15 +0100)
committerMichal Simek <[email protected]>
Mon, 4 Feb 2013 11:09:50 +0000 (12:09 +0100)
commit82b6a4764c4ff0ea9b23875b99452a230cbb75db
treeb6a68d2f41443b25b222c2dbb0d6eae4180edb8c
parent151eeeb2754da4b2d26bb878206d45ce58276fe0
common: cmd_bdinfo: Fix compilation warning for microblaze

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 <[email protected]>
common/cmd_bdinfo.c
This page took 0.033201 seconds and 4 git commands to generate.