diff options
author | Marek Vasut <marex@denx.de> | 2014-02-06 02:43:45 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-02-06 04:48:15 +0100 |
commit | f016f8ca3d503af004a649de1c704d5ddf3def22 (patch) | |
tree | 097147112be45883bd473a3955595e55a4353423 /board/boundary | |
parent | fc2d5d04e1ebfd5ed5bc031938573d3a19413b7b (diff) | |
download | u-boot-imx-f016f8ca3d503af004a649de1c704d5ddf3def22.zip u-boot-imx-f016f8ca3d503af004a649de1c704d5ddf3def22.tar.gz u-boot-imx-f016f8ca3d503af004a649de1c704d5ddf3def22.tar.bz2 |
usb: mv_udc: Rename to ci_udc
The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
instead.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/boundary')
-rw-r--r-- | board/boundary/nitrogen6x/nitrogen6x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c index 3f4cfa1..d9c05b0 100644 --- a/board/boundary/nitrogen6x/nitrogen6x.c +++ b/board/boundary/nitrogen6x/nitrogen6x.c @@ -389,7 +389,7 @@ int board_eth_init(bd_t *bis) } #endif -#ifdef CONFIG_MV_UDC +#ifdef CONFIG_CI_UDC /* For otg ethernet*/ usb_eth_initialize(bis); #endif |