From e8e7cdf3d61ba26f7c3551a818ca9646f3ef78cc Mon Sep 17 00:00:00 2001 From: Venkatesh Yadav Abbarapu Date: Mon, 11 Apr 2022 09:13:17 +0530 Subject: [PATCH] docs(zynqmp): update the make command Update the make command with the RESET_TO_BL31=1 addition. Signed-off-by: Venkatesh Yadav Abbarapu Change-Id: I46cc81abb539773706348464b3061d20d94522e9 --- docs/plat/xilinx-zynqmp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plat/xilinx-zynqmp.rst b/docs/plat/xilinx-zynqmp.rst index 79c253509..af1cb22c5 100644 --- a/docs/plat/xilinx-zynqmp.rst +++ b/docs/plat/xilinx-zynqmp.rst @@ -14,13 +14,13 @@ To build: .. code:: bash - make CROSS_COMPILE=aarch64-none-elf- PLAT=zynqmp bl31 + make CROSS_COMPILE=aarch64-none-elf- PLAT=zynqmp RESET_TO_BL31=1 bl31 To build bl32 TSP you have to rebuild bl31 too: .. code:: bash - make CROSS_COMPILE=aarch64-none-elf- PLAT=zynqmp SPD=tspd bl31 bl32 + make CROSS_COMPILE=aarch64-none-elf- PLAT=zynqmp SPD=tspd RESET_TO_BL31=1 bl31 bl32 To build TF-A for JTAG DCC console: