diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-09-27 14:20:00 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-10-08 09:55:11 +0200 |
commit | a3e552b53fb85abce33a8e00bc430d014d7ee733 (patch) | |
tree | 806173ea1e0229a41538799d74e41fa11eae41cc /arch/arm/mach-zynqmp/include/mach | |
parent | b6039aad2d233622729282d1ecd9963366dbf0b4 (diff) |
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/include/mach')
-rw-r--r-- | arch/arm/mach-zynqmp/include/mach/sys_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-zynqmp/include/mach/sys_proto.h b/arch/arm/mach-zynqmp/include/mach/sys_proto.h index 27603a60ff..69e729fb76 100644 --- a/arch/arm/mach-zynqmp/include/mach/sys_proto.h +++ b/arch/arm/mach-zynqmp/include/mach/sys_proto.h @@ -60,6 +60,4 @@ int chip_id(unsigned char id); void tcm_init(u8 mode); #endif -void zynqmp_pmufw_load_config_object(const void *cfg_obj, size_t size); - #endif /* _ASM_ARCH_SYS_PROTO_H */ |