]> git.sur5r.net Git - u-boot/blobdiff - include/dwc3-uboot.h
usb: dwc3: Correct datatype of base to unsigned long
[u-boot] / include / dwc3-uboot.h
index 09ff8a74d669aae53e007c15f988af8922feb7d2..7af2ad11e4ed30f0453c299be594c6688d111b42 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/usb/otg.h>
 
 struct dwc3_device {
-       int base;
+       unsigned long base;
        enum usb_dr_mode dr_mode;
        u32 maximum_speed;
        unsigned tx_fifo_resize:1;