summaryrefslogtreecommitdiff
path: root/plat/imx/imx7/picopi/platform.mk
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-07-11 12:42:00 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2019-08-06 15:14:48 +0100
commit1bfd36b39414309277a1275dc16eb8ce4fae2aaf (patch)
treec4a3e749d7df3691e218bee3bc7e215ce7641c2d /plat/imx/imx7/picopi/platform.mk
parent9638584fdb4f5d7aa3f5b554f305509d77c68cde (diff)
plat: imx7: imx7_clock: Aggregate imx7 clocks into one file
Previous patches split up the imx7 clock layer into different pieces in expectation that some of those pieces would be reusable across different SoC architectures. When implementing the i.MX6UL clock layer though its obvious that the clocking structure is quite different between the different SoC architectures, so, it makes sense to conglomerate the i.MX7 stuff into an i.MX7 specific set of files. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Diffstat (limited to 'plat/imx/imx7/picopi/platform.mk')
-rw-r--r--plat/imx/imx7/picopi/platform.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/plat/imx/imx7/picopi/platform.mk b/plat/imx/imx7/picopi/platform.mk
index 6b7533188..959a680bd 100644
--- a/plat/imx/imx7/picopi/platform.mk
+++ b/plat/imx/imx7/picopi/platform.mk
@@ -50,7 +50,6 @@ BL2_SOURCES += common/desc_image_load.c \
lib/optee/optee_utils.c \
plat/imx/common/imx_aips.c \
plat/imx/common/imx_caam.c \
- plat/imx/common/imx_clock.c \
plat/imx/common/imx_csu.c \
plat/imx/common/imx_io_mux.c \
plat/imx/common/imx_snvs.c \