summaryrefslogtreecommitdiff
path: root/plat/sun50iw1p1/platform.mk
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2016-08-10 01:16:36 +0100
committerAndre Przywara <andre.przywara@arm.com>2016-10-23 10:59:51 +0100
commite70dd6ebe65d62d4d4d5873c3d2c900fe5633313 (patch)
tree404c862235e5e5a8a34324fb697d55d3ccfc7e79 /plat/sun50iw1p1/platform.mk
parent4409b3959edf7fd41707f773640e74fdef096383 (diff)
sunxi: setup basic clocks
Different ways of booting set up the clocks differently, so lets initialize the basic clocks here to be on the same page.
Diffstat (limited to 'plat/sun50iw1p1/platform.mk')
-rw-r--r--plat/sun50iw1p1/platform.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/sun50iw1p1/platform.mk b/plat/sun50iw1p1/platform.mk
index 4fa5098..34fa2b1 100644
--- a/plat/sun50iw1p1/platform.mk
+++ b/plat/sun50iw1p1/platform.mk
@@ -51,5 +51,6 @@ BL31_SOURCES += drivers/arm/gic/arm_gic.c \
plat/sun50iw1p1/sunxi_cpu_ops.c \
plat/sun50iw1p1/plat_topology.c \
plat/sun50iw1p1/aarch64/plat_helpers.S \
+ plat/sun50iw1p1/sunxi_clocks.c \
plat/sun50iw1p1/aarch64/sunxi_common.c