[U-Boot] [U-Boot, v3, 01/30] vsprintf: Add modifier for phys_addr_t
Tom Rini
trini at ti.com
Mon Nov 24 23:11:19 CET 2014
On Wed, Nov 12, 2014 at 06:26:47PM -0700, Simon Glass wrote:
> From: Thierry Reding <treding at nvidia.com>
>
> Provide a new modifier to vsprintf() to print phys_addr_t variables to
> avoid having to cast or #ifdef when printing them out. The %pa modifier
> is used for this purpose, so phys_addr_t variables need to be passed by
> reference, like so:
>
> phys_addr_t start = 0;
>
> printf("start: %pa\n", &start);
>
> Depending on the size of phys_addr_t this will print out the address
> with 8 or 16 hexadecimal digits following a 0x prefix.
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>
> Tested-by: Stephen Warren <swarren at nvidia.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141124/757058dc/attachment.pgp>
More information about the U-Boot
mailing list