summaryrefslogtreecommitdiffstats
path: root/board/tqc/tqm5200
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-11 01:16:00 +0200
committerWolfgang Denk <wd@denx.de>2008-07-11 01:16:00 +0200
commit9b55a2536919f4de1bb1044e6eb8262c2f53bc96 (patch)
tree56a8a946f45094770f1f4b3e10b2344191c6c40c /board/tqc/tqm5200
parent4109df6f75fc00ab7da56d286ba50149a0d16a69 (diff)
downloadblackbird-obmc-uboot-9b55a2536919f4de1bb1044e6eb8262c2f53bc96.tar.gz
blackbird-obmc-uboot-9b55a2536919f4de1bb1044e6eb8262c2f53bc96.zip
Fix some more print() format errors.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/tqc/tqm5200')
-rw-r--r--board/tqc/tqm5200/cmd_stk52xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqm5200/cmd_stk52xx.c b/board/tqc/tqm5200/cmd_stk52xx.c
index 7472ca9e97..58039d4170 100644
--- a/board/tqc/tqm5200/cmd_stk52xx.c
+++ b/board/tqc/tqm5200/cmd_stk52xx.c
@@ -478,7 +478,7 @@ static int cmd_wav(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
}
set_attenuation(volume);
- printf("Play wave file at %#p with length %#x\n", addr, length);
+ printf("Play wave file at %lX with length %lX\n", addr, length);
rcode = i2s_play_wave(addr, length);
return rcode;
OpenPOWER on IntegriCloud