commit | 5107525aba2866f244dbbba2b9013be995bf9249 | [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 | eb4598bf06deedb13bbcadd6a61b96e4ac22fffd [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>