commit | 184b1b71751a447007a841f24093572ca4582e9b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jun 11 23:29:51 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 20 11:56:28 2014 -0600 |
tree | 49ec3f27448cd4313777fe6a3fddcdeb1c4ea3bf | |
parent | b6a49a7ae71755396a2fa1e6dbde1ae3064d256f [diff] |
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>