u-boot-brain/board/samsung/odroid
Marek Vasut 5d5716eebc usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h
The driver is actually for the Designware DWC2 controller.
This patch renames the global s3c_udc.h header to dwc2_udc.h.

The rename is done automatically:
	$ sed -i "s/s3c_udc\.h/dwc2_udc.h/g" \
		`git grep "s3c_udc\.h" | cut -d : -f 1`

Signed-off-by: Marek Vasut <marex@denx.de>
2015-12-17 21:54:41 +01:00
..
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
MAINTAINERS odroid: kconfig: add odroid_defconfig 2014-09-05 13:58:50 +09:00
Makefile odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412 2014-09-05 13:58:50 +09:00
odroid.c usb: s3c-otg: Rename usb/s3c_udc.h to usb/dwc2_udc.h 2015-12-17 21:54:41 +01:00
setup.h odroid: add board file for Odroid X2/U3 based on Samsung Exynos4412 2014-09-05 13:58:50 +09:00