diff options
author | Simon Glass <sjg@chromium.org> | 2011-11-04 06:42:35 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2011-11-22 08:39:24 +0100 |
commit | c9502f4914c505a2cf8476202fc7d24304cca959 (patch) | |
tree | eeb9f11fd120894260094bcb76567b8c70f8c652 /drivers/net | |
parent | a6337e6ffdea211e70dd8d6c638f6a5ec2295400 (diff) | |
download | u-boot-imx-c9502f4914c505a2cf8476202fc7d24304cca959.zip u-boot-imx-c9502f4914c505a2cf8476202fc7d24304cca959.tar.gz u-boot-imx-c9502f4914c505a2cf8476202fc7d24304cca959.tar.bz2 |
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>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions