aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/arm64/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/arm/arm64/head.S')
-rw-r--r--xen/arch/arm/arm64/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/arm/arm64/head.S b/xen/arch/arm/arm64/head.S
index 4495f72c32..bc95972a40 100644
--- a/xen/arch/arm/arm64/head.S
+++ b/xen/arch/arm/arm64/head.S
@@ -263,7 +263,7 @@ skip_bss:
mov x3, #PT_MEM /* x2 := 2MB RAM incl. DTB */
orr x2, x2, x3
add x4, x4, #8
- str x2, [x1, x4] /* Map it in the early boot slot */
+ str x2, [x1, x4] /* Map it in the early fdt slot */
pt_ready:
PRINT("- Turning on paging -\r\n")