summaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynqmp/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-09-27 14:20:00 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-10-08 09:55:11 +0200
commita3e552b53fb85abce33a8e00bc430d014d7ee733 (patch)
tree806173ea1e0229a41538799d74e41fa11eae41cc /arch/arm/mach-zynqmp/Makefile
parentb6039aad2d233622729282d1ecd9963366dbf0b4 (diff)
downloadu-boot-a3e552b53fb85abce33a8e00bc430d014d7ee733.tar.gz
arm64: zynqmp: Use mailbox driver for PMUFW config loading
With new mailbox driver PMUFW configuration object can be loaded via the same interface and there is no need to have pmu_ipc.c completely. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Diffstat (limited to 'arch/arm/mach-zynqmp/Makefile')
-rw-r--r--arch/arm/mach-zynqmp/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-zynqmp/Makefile b/arch/arm/mach-zynqmp/Makefile
index f3765e45b1..8a3b074724 100644
--- a/arch/arm/mach-zynqmp/Makefile
+++ b/arch/arm/mach-zynqmp/Makefile
@@ -8,7 +8,3 @@ obj-y += cpu.o
obj-$(CONFIG_MP) += mp.o
obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o
obj-$(CONFIG_ZYNQMP_PSU_INIT_ENABLED) += psu_spl_init.o
-
-ifneq ($(CONFIG_ZYNQMP_SPL_PM_CFG_OBJ_FILE),"")
-obj-$(CONFIG_SPL_BUILD) += pmu_ipc.o
-endif