Simon Glass c9502f4914 Define uintptr_t as long int to simplify printf() format strings
If uintptr_t can be either an unsigned int or an unsigned long int, it is
tricky to use it in a printf() format string. This changes it to
unsigned long int consistently. This should do the right thing on both
32-bit and 64-bit architectures.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
2011-11-22 08:39:24 +01:00
..
2011-10-17 22:25:34 +02:00
2011-10-27 23:54:10 +02:00
2011-10-22 01:22:21 +02:00
2011-10-26 21:40:44 +02:00
2011-10-26 21:39:40 +02:00
2011-10-27 23:54:08 +02:00
2011-11-03 02:14:58 -05:00
2011-10-27 23:53:58 +02:00
2011-11-03 22:35:21 +01:00
2011-10-27 21:56:31 +02:00
2011-10-05 22:03:11 +02:00
2011-11-03 02:14:59 -05:00