summaryrefslogtreecommitdiffstats
path: root/board/ebv
diff options
context:
space:
mode:
Diffstat (limited to 'board/ebv')
-rw-r--r--board/ebv/socrates/socfpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ebv/socrates/socfpga.c b/board/ebv/socrates/socfpga.c
index 10f8f68338..e640d8cccf 100644
--- a/board/ebv/socrates/socfpga.c
+++ b/board/ebv/socrates/socfpga.c
@@ -75,7 +75,7 @@ struct dwc2_plat_otg_data socfpga_otg_data = {
int board_usb_init(int index, enum usb_init_type init)
{
- return s3c_udc_probe(&socfpga_otg_data);
+ return dwc2_udc_probe(&socfpga_otg_data);
}
int g_dnl_board_usb_cable_connected(void)
OpenPOWER on IntegriCloud