summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/mx7/Makefile
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-02-01 22:20:33 +0800
committerPeng Fan <Peng.Fan@freescale.com>2015-04-29 14:56:22 +0800
commit6466e025ff0bf4277dda8bbdc0cc008283fb6eb4 (patch)
tree09c10753bd2433e4b9c2af34ed0f250ce7cae9e0 /arch/arm/cpu/armv7/mx7/Makefile
parent93c2123adf6be5294d6c8b2583c499bb50c3cc59 (diff)
downloadu-boot-imx-6466e025ff0bf4277dda8bbdc0cc008283fb6eb4.zip
u-boot-imx-6466e025ff0bf4277dda8bbdc0cc008283fb6eb4.tar.gz
u-boot-imx-6466e025ff0bf4277dda8bbdc0cc008283fb6eb4.tar.bz2
MLK-10176-4 imx: mx7: Add arch level support
Introduce a new cpu type MXC_CPU_MX7D and relevant functions for mx7d. Implement the soc.c for various system level functions like: temperature check, arch init, get mac fuse, boot mode get/apply, etc. Additional, enable building imx common platform files for mx7d. Signed-off-by: Ye.Li <B37916@freescale.com> (cherry picked from commit 47d65aa6bdd109fd9141b5a5d64ab9deeb9dd2b3) Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Conflicts: Makefile arch/arm/cpu/armv7/Makefile arch/arm/imx-common/cpu.c arch/arm/include/asm/arch-imx/cpu.h arch/arm/include/asm/imx-common/boot_mode.h
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 fee1ba5..15f48cf 100644
--- a/arch/arm/cpu/armv7/mx7/Makefile
+++ b/arch/arm/cpu/armv7/mx7/Makefile
@@ -5,4 +5,4 @@
#
#
-obj-y := clock.o clock_slice.o
+obj-y := soc.o clock.o clock_slice.o