diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-27 07:38:13 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-06-02 10:16:46 -0600 |
commit | c69380f85d9de706bada30fd08f6e95e475d12f1 (patch) | |
tree | e05fa7b5b64686cda7254052df99228505f0c51c /.checkpatch.conf | |
parent | 84d7f9168b14a5a822cf0511a8ab1f7788a4d38b (diff) | |
download | u-boot-c69380f85d9de706bada30fd08f6e95e475d12f1.zip u-boot-c69380f85d9de706bada30fd08f6e95e475d12f1.tar.gz u-boot-c69380f85d9de706bada30fd08f6e95e475d12f1.tar.bz2 |
fdt: Correct cast for sandbox in fdtdec_setup_memory_size()
This gives a warning with some native compilers:
lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
‘long long unsigned int’, but argument 3 has type
‘long unsigned int’ [-Wformat=]
Fix it with a cast.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.checkpatch.conf')
0 files changed, 0 insertions, 0 deletions