Re: [U-Boot] [PATCH] fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long

2017-08-22 Thread Tom Rini
On Tue, Aug 22, 2017 at 04:49:54PM -0400, Tom Rini wrote: > Otherwise: > drivers/usb/gadget/f_fastboot.c:564:32: warning: format "%lx" expects > argument of type "long unsigned int", but argument 3 has type "unsigned > int" [-Wformat=] > > Signed-off-by: Tom Rini Applied to u-boot/master, thank

[U-Boot] [PATCH] fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long

2017-08-22 Thread Tom Rini
Otherwise: drivers/usb/gadget/f_fastboot.c:564:32: warning: format "%lx" expects argument of type "long unsigned int", but argument 3 has type "unsigned int" [-Wformat=] Signed-off-by: Tom Rini --- drivers/usb/gadget/f_fastboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git