]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: Fix printf() strings in the 'dm' command
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:51 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:56:28 +0000 (11:56 -0600)
commit184b1b71751a447007a841f24093572ca4582e9b
tree49ec3f27448cd4313777fe6a3fddcdeb1c4ea3bf
parentb6a49a7ae71755396a2fa1e6dbde1ae3064d256f
dm: Fix printf() strings in the 'dm' command

The values here are int, but the map_to_sysmem() call can return a long.
Add a cast to deal with this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/cmd_dm.c