]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/s5p_goni.h
usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*
authorMarek Vasut <marex@denx.de>
Wed, 19 Aug 2015 21:27:26 +0000 (23:27 +0200)
committerMarek Vasut <marex@denx.de>
Thu, 17 Dec 2015 20:54:40 +0000 (21:54 +0100)
commite30824f439c81070d97cff3f9a31952b58eb9ad3
treed8df842b139617352bf2c79fc6632701726149cd
parente179cedd09325f6e83107d6f437600de0fc81553
usb: s3c-otg: Rename USB_GADGET_S3C_UDC_OTG* to USB_GADGET_DWC2_OTG*

The s3c-otg IP block is in fact a DWC2 OTG one, so finally rename the
config option to make it less misleading. No functional change, just
a mechanical change done using the following script:

  git grep USB_GADGET_S3C_UDC_OTG | cut -d : -f 1 | sort -u | \
  while read line ; do
    sed -i "s/USB_GADGET_S3C_UDC_OTG/USB_GADGET_DWC2_OTG/g" $line ;
  done

Signed-off-by: Marek Vasut <marex@denx.de>
drivers/usb/gadget/Makefile
include/configs/bcm28155_ap.h
include/configs/exynos4-common.h
include/configs/s5p_goni.h
include/configs/s5pc210_universal.h
include/configs/smdkv310.h
include/configs/socfpga_common.h