]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: dwc3: Correct datatype of base to unsigned long
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Thu, 12 May 2016 06:57:13 +0000 (08:57 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 3 Jun 2016 22:43:51 +0000 (00:43 +0200)
commit4835c737ff8ca65aa2bf206dcddd6407f4bc40cf
tree3bfe2aaa3314df66bba046b1450d21d82f2c7ed8
parentb2f1858455e99a91aeafe59ac73c6c047106d5e8
usb: dwc3: Correct datatype of base to unsigned long

Correct type of varibale base to unsigned long as
keeping it as int causes usb failures if MSB of
the base address is set.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/dwc3-uboot.h