diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-07-22 20:54:04 (GMT) |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-07-27 22:53:52 (GMT) |
commit | e621c7ab9ace9349787881dea801739860fedcd9 (patch) | |
tree | 18cd4ae177a4d3a7b1b2b87c002b208b915b594c /arch | |
parent | 8b5c738b85d49bdc7c48e5f787938fc40320bb27 (diff) | |
download | u-boot-fsl-qoriq-e621c7ab9ace9349787881dea801739860fedcd9.tar.xz |
dfu: fix 64-bit compile warnings
Use %p to print pointers.
The max value of (i_buf - i_buf_start) should be dfu_buf_size, which is
an unsigned long, so cast the pointer difference to that type to print.
Change-Id: Iee242df9f8eb091aecfe0cea4c282b28b547acfe
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions