summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/ls102xa/Makefile
diff options
context:
space:
mode:
authorHongbo Zhang <hongbo.zhang@nxp.com>2016-08-19 09:20:33 (GMT)
committerYork Sun <york.sun@nxp.com>2016-09-14 21:08:04 (GMT)
commit214ffae02d03cd548549c6390eb9c19b9e6b085f (patch)
tree9f5ed896ea4a0735c3047905e1f41165744663d1 /arch/arm/cpu/armv7/ls102xa/Makefile
parentd7b006393ec87e27c954523b592783ba7365c401 (diff)
downloadu-boot-fsl-qoriq-214ffae02d03cd548549c6390eb9c19b9e6b085f.tar.xz
nxp: ls102xa: add LS1 PSCI system suspend
The deep sleep function of LS1 platform, is mapped into PSCI system suspend function, this patch adds implementation of it. Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv7/ls102xa/Makefile')
-rw-r--r--arch/arm/cpu/armv7/ls102xa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/ls102xa/Makefile b/arch/arm/cpu/armv7/ls102xa/Makefile
index 0228300..f8300c7 100644
--- a/arch/arm/cpu/armv7/ls102xa/Makefile
+++ b/arch/arm/cpu/armv7/ls102xa/Makefile
@@ -16,5 +16,5 @@ obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o
obj-$(CONFIG_SPL) += spl.o
ifdef CONFIG_ARMV7_PSCI
-obj-y += psci.o
+obj-y += psci.o ls102xa_psci.o
endif