commit | 8c86bbe00f927de0655a65e43344ca0678d1bc34 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 24 17:33:20 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 28 19:09:22 2013 -0800 |
tree | 4680f261dc929952656d52479d47853e6929f033 | |
parent | c44d4386e67ac6dd57ddd60fdde54bf7ed581b6e [diff] |
Reduce casting in mtest Use a ulong for the command arguments, and only cast to an address when needed. This fixes warnings in sandbox where pointers are typically 64 bits long. Signed-off-by: Simon Glass <sjg@chromium.org>