summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/zynqmp/Makefile
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2017-01-09 10:05:16 +0100
committerMichal Simek <michal.simek@xilinx.com>2017-01-10 10:22:05 +0100
commit509d4b9545d82179d5854eddb928c0055702dc67 (patch)
tree486574b9828156fd9930b29f0d27b3bc31439164 /arch/arm/cpu/armv8/zynqmp/Makefile
parent5cf22289aeaf0c84dcb55c629ae4ed72112024cc (diff)
ARM64: zynqmp: Generate handoff structure for ATF
Xilinx ATF extending options for passing images from BL2(FSBL) to BL31. U-Boot SPL is FSBL replacement that's why it should generate handoff structure the same. Support only one entry which is U-Boot in EL2 itself. When FIT image is adopted structure generate should be data driven. Currently ATF is placing this structure at the beggining of OCM which is rewriting early parts of ATF which should be unused at that time. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/cpu/armv8/zynqmp/Makefile')
-rw-r--r--arch/arm/cpu/armv8/zynqmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/zynqmp/Makefile b/arch/arm/cpu/armv8/zynqmp/Makefile
index be8673a7db..013f136707 100644
--- a/arch/arm/cpu/armv8/zynqmp/Makefile
+++ b/arch/arm/cpu/armv8/zynqmp/Makefile
@@ -9,4 +9,4 @@ obj-y += clk.o
obj-y += cpu.o
obj-$(CONFIG_MP) += mp.o
obj-y += slcr.o
-obj-$(CONFIG_SPL_BUILD) += spl.o
+obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o