summaryrefslogtreecommitdiff
path: root/docs/user-guide.md
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-10-12 11:52:57 +0100
committerGitHub <noreply@github.com>2016-10-12 11:52:57 +0100
commit2c8df7c12cc0ed45bc9aa5f1b33668955a6623c4 (patch)
tree69c46eb28ece1b679e691d5257ae7c0666221391 /docs/user-guide.md
parentc81894d75976c65814a4d98c7e04d46b497961fd (diff)
parent7486eb047563e1cd5f0efebe526699e37319bcbc (diff)
Merge pull request #731 from danh-arm/an/fix-juno-doc
Fix documentation of bootwrapper boot on juno
Diffstat (limited to 'docs/user-guide.md')
-rw-r--r--docs/user-guide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user-guide.md b/docs/user-guide.md
index 051f9200..55571b45 100644
--- a/docs/user-guide.md
+++ b/docs/user-guide.md
@@ -1067,9 +1067,9 @@ used when compiling the FIP must match the ELF entry point.
#### Boot of a preloaded bootwrapped kernel image on Juno
The procedure to obtain and compile the boot wrapper is very similar to the case
-of the FVP. Once compiled, the `SPIN_ON_BL1_EXIT=1` loading method explained
-above in the EL3 payload boot flow section may be used to load the ELF file over
-JTAG on Juno.
+of the FVP. The execution must be stopped at the end of bl2_main(), and the
+loading method explained above in the EL3 payload boot flow section may be used
+to load the ELF file over JTAG on Juno.
9. Running the software on FVP