]> git.sur5r.net Git - u-boot/commit
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)
commit90ae53ce1ae665a1b43ecf5ccafc339839392427
tree9299087e8ec94a362e70d74b39fe7119fe0f2abf
parentad8afeaee041429f30989348d287306cfa25f4e5
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long

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>
drivers/usb/gadget/f_fastboot.c