mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
docs: fix rendering for code blocks in SPM
Two sample build command code blocks are not correctly rendered by the documentation generator. Fix that by adding newlines. Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com> Change-Id: I1bb075ea4fc8e3230307548e40daecf2a79bae8d
This commit is contained in:
parent
48a65ec31a
commit
b2836dfef6
1 changed files with 2 additions and 0 deletions
|
@ -203,6 +203,7 @@ Sample TF-A build command line when the SPMC is located at S-EL1
|
|||
|
||||
Sample TF-A build command line when FEAT_SEL2 architecture extension is
|
||||
implemented and the SPMC is located at S-EL2:
|
||||
|
||||
.. code:: shell
|
||||
|
||||
make \
|
||||
|
@ -220,6 +221,7 @@ implemented and the SPMC is located at S-EL2:
|
|||
|
||||
Sample TF-A build command line when FEAT_SEL2 architecture extension is
|
||||
implemented, the SPMC is located at S-EL2, and enabling secure boot:
|
||||
|
||||
.. code:: shell
|
||||
|
||||
make \
|
||||
|
|
Loading…
Add table
Reference in a new issue