summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/ls102xa/Makefile
diff options
context:
space:
mode:
authorYao Yuan <yao.yuan@freescale.com>2015-12-05 14:59:10 +0800
committerYork Sun <yorksun@freescale.com>2015-12-13 18:27:29 -0800
commit7ba0261810dd8924f0aeeb4cf2f12253106170b3 (patch)
tree1cf86bc331ba68d296367405341a4bfaea8b065b /arch/arm/cpu/armv7/ls102xa/Makefile
parentb1f6be5ac8d657e312528ec3c4138c22c54d3f12 (diff)
downloadtalos-obmc-uboot-7ba0261810dd8924f0aeeb4cf2f12253106170b3.tar.gz
talos-obmc-uboot-7ba0261810dd8924f0aeeb4cf2f12253106170b3.zip
arm: ls1021a: merge SoC specific code in a separate file
Create a soc.c file to put the code for soc special settings. Signed-off-by: Yuan Yao <yao.yuan@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/cpu/armv7/ls102xa/Makefile')
-rw-r--r--arch/arm/cpu/armv7/ls102xa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/ls102xa/Makefile b/arch/arm/cpu/armv7/ls102xa/Makefile
index 2311468ac9..02283009ab 100644
--- a/arch/arm/cpu/armv7/ls102xa/Makefile
+++ b/arch/arm/cpu/armv7/ls102xa/Makefile
@@ -8,6 +8,7 @@ obj-y += cpu.o
obj-y += clock.o
obj-y += timer.o
obj-y += fsl_epu.o
+obj-y += soc.o
obj-$(CONFIG_SCSI_AHCI_PLAT) += ls102xa_sata.o
obj-$(CONFIG_OF_LIBFDT) += fdt.o
OpenPOWER on IntegriCloud