Skip to content
Snippets Groups Projects
Commit c69380f8 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 84d7f916
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment