commit | 4c753a23b47ae896e1eea9b103c2935a769c9b10 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Aug 22 08:20:02 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 22 08:20:02 2017 -0400 |
tree | 9299087e8ec94a362e70d74b39fe7119fe0f2abf | |
parent | 2d23a4a075c81fa6b36e0a7f15cb6d23990e1ce2 [diff] |
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>