summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx7/Makefile
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-02-01 23:08:16 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:22 +0800
commit544b7fcbfb785bc8c6273611e11b7269cfa9d54c (patch)
treedf7af5e17cd53e02db0706ed850581b684a98d80 /arch/arm/cpu/armv7/mx7/Makefile
parent1502b4a8bbae15a7f7e36f876de770d92a51a717 (diff)
downloadu-boot-imx-544b7fcbfb785bc8c6273611e11b7269cfa9d54c.zip
u-boot-imx-544b7fcbfb785bc8c6273611e11b7269cfa9d54c.tar.gz
u-boot-imx-544b7fcbfb785bc8c6273611e11b7269cfa9d54c.tar.bz2
MLK-10176-7 imx: mx7: add system counter support
Generic timer is added to mx7d, so add support for this. In uboot, only system counter is needed, the timer events are not needed. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 514a79581c6a46df445d69f1fcb2b3bff9584162) Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'arch/arm/cpu/armv7/mx7/Makefile')
-rw-r--r--arch/arm/cpu/armv7/mx7/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/mx7/Makefile b/arch/arm/cpu/armv7/mx7/Makefile
index 15f48cf..ba8964f 100644
--- a/arch/arm/cpu/armv7/mx7/Makefile
+++ b/arch/arm/cpu/armv7/mx7/Makefile
@@ -5,4 +5,4 @@
#
#
-obj-y := soc.o clock.o clock_slice.o
+obj-y := soc.o clock.o clock_slice.o timer.o