commit | 8d5418809d04d5fdef1ce6d4cb620ed7a5920d08 | [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 | d24681bb27ae2e98ea33bb19fe5525c67e944063 [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;