commit | 822226041111e558819eed64689bb9419513b8ed | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Tue Mar 12 11:38:02 2019 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 11 20:10:05 2019 -0600 |
tree | ac487ea35275b32d3f1f7d5aa5d1ff15d47dff4e | |
parent | 947b3e6c0a36d56560f72d1812ec91b6b7289e46 [diff] |
sandbox: Properly print physical addresses Use the %pap printf specifier to print physical addresses. The physical address is passed by reference and hence avoids the need to play tricks with the preprocessor to use the correct specifier. Signed-off-by: Thierry Reding <treding@nvidia.com>