]> xenbits.xensource.com Git - xen.git/commitdiff
misc/arm: Correctly name bit in the booting document
authorJulien Grall <julien.grall@arm.com>
Wed, 21 Sep 2016 13:13:44 +0000 (14:13 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 21 Sep 2016 18:23:32 +0000 (11:23 -0700)
SCTLR_EL3.HCR does not exists in the documentation (see D7.2.80 in ARM
DDI 0487A.j). It was meant to be SCTRL_EL3.HCE.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
docs/misc/arm/booting.txt

index c7c1d7ea58429a711f24770dfccfa9c50a29fbaa..d3f6ce4755f60ce590e9f1bb184af3557d633d3a 100644 (file)
@@ -31,7 +31,7 @@ Xen relies on some settings the firmware has to configure in EL3 before starting
 
 * Xen must be entered in NS EL2 mode
 
-* The bit SCR_EL3.HCR (resp. SCR.HCE for 32-bit ARM) must be set to 1.
+* The bit SCR_EL3.HCE (resp. SCR.HCE for 32-bit ARM) must be set to 1.
 
 
 [1] linux/Documentation/arm/Booting