mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
c0132f6005
This version is based on the Marvell U-Boot version with this patch applied as latest patch: Git ID 7f408573: "fix: comphy: cp110: add comphy initialization for usb device mode" from 2016-07-05. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Nadav Haklai <nadavh@marvell.com> Cc: Neta Zur Hershkovits <neta@marvell.com> Cc: Kostya Porotchkin <kostap@marvell.com> Cc: Omri Itach <omrii@marvell.com> Cc: Igal Liberman <igall@marvell.com> Cc: Haim Boot <hayim@marvell.com> Cc: Hanna Hawa <hannah@marvell.com>
8 lines
230 B
Makefile
8 lines
230 B
Makefile
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_core.o
|
|
obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_mux.o
|
|
obj-$(CONFIG_ARMADA_3700) += comphy_a3700.o
|
|
obj-$(CONFIG_ARMADA_8K) += comphy_cp110.o
|