sandbox: Properly print physical addresses
authorThierry Reding <treding@nvidia.com>
Tue, 12 Mar 2019 10:38:02 +0000 (11:38 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 12 Apr 2019 02:10:05 +0000 (20:10 -0600)
commit553a1a26e8f21fc252a2600e1708e403b79874a6
treeac487ea35275b32d3f1f7d5aa5d1ff15d47dff4e
parent0c425ae4b735d13bdc5f6cc1b7cef2ba130b5c4e
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>
arch/sandbox/lib/pci_io.c