
2 May
2017
2 May
'17
1:27 p.m.
This gives a warning with some native compilers:
cmd/pci.c:152:11: warning: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘u64 {aka long unsigned int}’ [-Wformat=]
Fix it with a cast.
Signed-off-by: Simon Glass sjg@chromium.org ---
cmd/pci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to u-boot-fdt/next, thanks!