Skip to content
Snippets Groups Projects
Commit 085b9c3a authored by Tom Rini's avatar Tom Rini
Browse files

cmd_fdt.c: Use %p when printing pointers


When putting pointers into a format string use %p to ensure that they
are printed correctly regardless of bitsize.  This fixes warnings on
sandbox on 64bit systems.

Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Gerald Van Baren <vanbaren@cideas.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent a1b231ce
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment