]> git.sur5r.net Git - u-boot/commitdiff
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
authorTom Rini <trini@konsulko.com>
Tue, 22 Aug 2017 12:20:02 +0000 (08:20 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 22 Aug 2017 12:20:02 +0000 (08:20 -0400)
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 <trini@konsulko.com>

No differences found