Re: [Xen-devel] [PATCH] misc/arm: Correctly name bit in the booting document

2016-09-21 Thread Stefano Stabellini
On Wed, 21 Sep 2016, Julien Grall wrote: > 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 Acked-by: Stefano Stabellini >

[Xen-devel] [PATCH] misc/arm: Correctly name bit in the booting document

2016-09-21 Thread Julien Grall
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 --- docs/misc/arm/booting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/arm/booting.txt