]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Use correct printf() format string for uintptr_t
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 10:38:36 +0000 (04:38 -0600)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 15:04:01 +0000 (11:04 -0400)
commit6bcb8ade301af7aace7fc8870d8de497b8070798
tree8b740ba0ed38025603a7ac38bca2afa1309a0ab6
parentc6da9ae8a4895ad31a8ff4e3bf3728fd7d0fd535
x86: Use correct printf() format string for uintptr_t

Use the inttypes header file to provide this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/relocate.c