Merge "docs(zynqmp): update the make command" into integration

This commit is contained in:
Madhukar Pappireddy 2022-04-27 16:41:21 +02:00 committed by TrustedFirmware Code Review
commit 19a9cc3a1b
1 changed files with 2 additions and 2 deletions

View File

@ -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: