commit | 640b78f2e0e73ee37306f0cb9b4e50a63cc569cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 27 07:38:13 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 02 10:16:46 2017 -0600 |
tree | e05fa7b5b64686cda7254052df99228505f0c51c | |
parent | 801c2bf3d7e6d01ca18bcc6384c23977fd84c605 [diff] |
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>