summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx51evk
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2016-03-31 23:12:23 +0200
committerTom Rini <trini@konsulko.com>2016-04-01 17:18:10 -0400
commite162c6b1a758c6bda26417c1075fef7a97fb6743 (patch)
treec444f101b6f68b12362f5a957a740fcd0244d0a3 /board/freescale/mx51evk
parent64160a545d79aefc8b17590532332836ff409883 (diff)
downloadblackbird-obmc-uboot-e162c6b1a758c6bda26417c1075fef7a97fb6743.tar.gz
blackbird-obmc-uboot-e162c6b1a758c6bda26417c1075fef7a97fb6743.zip
usb: Rename ehci-fsl.h to ehci-ci.h
Most of ehci-fsl header describe USB controller designed by Chipidea and used by various SoC vendors. This patch renames it to a generic header: ehci-ci.h Contents of file are not changed (so it contains several references to freescale SoCs). Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Acked-by: Marek Vasut <marex@denx.de> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/freescale/mx51evk')
-rw-r--r--board/freescale/mx51evk/mx51evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx51evk/mx51evk.c b/board/freescale/mx51evk/mx51evk.c
index c7c21f392b..2ea5346dba 100644
--- a/board/freescale/mx51evk/mx51evk.c
+++ b/board/freescale/mx51evk/mx51evk.c
@@ -20,7 +20,7 @@
#include <power/pmic.h>
#include <fsl_pmic.h>
#include <mc13892.h>
-#include <usb/ehci-fsl.h>
+#include <usb/ehci-ci.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud