aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-10-26 23:17:44 +0200
committerSimon Glass <sjg@chromium.org>2019-11-14 07:09:34 -0600
commit4ecb506434dd4258e703b06b53f911552e1793f1 (patch)
tree46e3d174420374b02f1a92987c709e8901fae7c9 /tools
parent96383bdfe421f01de9c339570de40e9bfd9ef455 (diff)
downloadu-boot-4ecb506434dd4258e703b06b53f911552e1793f1.zip
u-boot-4ecb506434dd4258e703b06b53f911552e1793f1.tar.gz
u-boot-4ecb506434dd4258e703b06b53f911552e1793f1.tar.bz2
sandbox: use correct type reading /proc/self/maps
Compiling arch/sandbox/cpu/os.c results in an error ../arch/sandbox/cpu/os.c: In function ‘os_find_text_base’: ../arch/sandbox/cpu/os.c:823:12: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 823 | base = (void *)addr; | ^ cc1: all warnings being treated as errors The size of void* differs from that of unsigned long long on 32bit systems. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions