aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynqmp/include/mach/sys_proto.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-12-19 18:16:16 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-01-14 09:05:54 +0100
commit3b26c860d363e0aad05ce5fb6b4290ed67d76aca (patch)
treedb36ad2f678764f2286adadc7f3a1e6551832458 /arch/arm/mach-zynqmp/include/mach/sys_proto.h
parent5c03c990d1fb928048bf76f2fc03ee70276d4c4a (diff)
downloadu-boot-3b26c860d363e0aad05ce5fb6b4290ed67d76aca.zip
u-boot-3b26c860d363e0aad05ce5fb6b4290ed67d76aca.tar.gz
u-boot-3b26c860d363e0aad05ce5fb6b4290ed67d76aca.tar.bz2
arm: zynqmp: Wire SPL/ATF handoff structure properly
handoff_setup() was used to generate fixed handoff structure for ATF on ZynqMP platform. Switching to bl2_plat_get_bl31_params() platform brings more flexibility because information can be taken from fit image where /fit-images node is created at run time. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynqmp/include/mach/sys_proto.h')
-rw-r--r--arch/arm/mach-zynqmp/include/mach/sys_proto.h2
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 10b7076..2974ffb 100644
--- a/arch/arm/mach-zynqmp/include/mach/sys_proto.h
+++ b/arch/arm/mach-zynqmp/include/mach/sys_proto.h
@@ -46,8 +46,6 @@ struct zynqmp_ipi_msg {
int zynq_board_read_rom_ethaddr(unsigned char *ethaddr);
unsigned int zynqmp_get_silicon_version(void);
-void handoff_setup(void);
-
int zynqmp_mmio_write(const u32 address, const u32 mask, const u32 value);
int zynqmp_mmio_read(const u32 address, u32 *value);