commit | 06c53beae1a726e707971c555613f09b270a2461 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu Jul 10 13:16:09 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 10 13:16:09 2008 +0200 |
tree | 3e0d99e3062d27b8e3b99faf14e2be63fdfcff3e | |
parent | c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda [diff] [blame] |
Fix some more print() format errors. Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 959689e..f701ab6 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c
@@ -613,7 +613,7 @@ return NULL; } - debug (" kernel data at 0x%08lx, len = 0x%08lx (%d)\n", + debug (" kernel data at 0x%08lx, len = 0x%08lx (%ld)\n", *os_data, *os_len, *os_len); return (void *)img_addr;