summaryrefslogtreecommitdiffstats
path: root/board/broadcom
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-12-04 02:51:20 +0100
committerMarek Vasut <marex@denx.de>2015-12-17 21:54:41 +0100
commit5d5716eebccaa9b9ab977b7d5a9fae2abb7a8829 (patch)
tree3537147e7bd4b60e4b88c2e6bd66eea59535b67f /board/broadcom
parenta4bb9b3636fe6dfd1cadaf34c42f4fb3b1ebe46c (diff)
downloadtalos-obmc-uboot-5d5716eebccaa9b9ab977b7d5a9fae2abb7a8829.tar.gz
talos-obmc-uboot-5d5716eebccaa9b9ab977b7d5a9fae2abb7a8829.zip
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>
Diffstat (limited to 'board/broadcom')
-rw-r--r--board/broadcom/bcm28155_ap/bcm28155_ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/broadcom/bcm28155_ap/bcm28155_ap.c b/board/broadcom/bcm28155_ap/bcm28155_ap.c
index 09397fc55b..b3a4a4144d 100644
--- a/board/broadcom/bcm28155_ap/bcm28155_ap.c
+++ b/board/broadcom/bcm28155_ap/bcm28155_ap.c
@@ -13,7 +13,7 @@
#include <asm/arch/sysmap.h>
#include <usb.h>
-#include <usb/s3c_udc.h>
+#include <usb/dwc2_udc.h>
#include <g_dnl.h>
#define SECWATCHDOG_SDOGCR_OFFSET 0x00000000
OpenPOWER on IntegriCloud