Home
last modified time | relevance | path

Searched hist:c69380f85d9de706bada30fd08f6e95e475d12f1 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dfdtdec.cc69380f85d9de706bada30fd08f6e95e475d12f1 Sat May 27 13:38:13 UTC 2017 Simon Glass <sjg@chromium.org> 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>