commit | 47708457f8e3e155fc656d9b6d176aa53ced4440 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Oct 03 08:36:11 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:04 2012 -0700 |
tree | d495abdea2b373ccf0c777f1dedaf5413805dbe6 | |
parent | 14813f19e36ba313fadaa8cf4716c1b8c1564cde [diff] |
common: cmd_bdinfo: fix type of value in print_lnum This fixes a warning when compiling with ELDK-5.2.1 for MIPS64: cmd_bdinfo.c: In function 'print_lnum': cmd_bdinfo.c:56:2: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' [-Wformat] Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>