aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-09-26 12:35:40 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-09-26 16:21:47 +0100
commit4bb8f3358e0996e9208fe456be244410c408e6fa (patch)
tree1e6e46e4238ae91a6bbfea411aad3338a8524746 /xen/include
parent93483b04e29f959bff29b8e3f707f5c72d8c42c0 (diff)
downloadxen-4bb8f3358e0996e9208fe456be244410c408e6fa.tar.gz
xen-4bb8f3358e0996e9208fe456be244410c408e6fa.tar.bz2
xen-4bb8f3358e0996e9208fe456be244410c408e6fa.zip
xen/arm: rename boot misc region to boot reloc now it has a single purpose
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Julien Grall <julien.grall@linaro.org> Acked-by: Tim Deegan <tim@xen.org>
Diffstat (limited to 'xen/include')
-rw-r--r--xen/include/asm-arm/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index efeb9525df..9e395c2e65 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -81,10 +81,7 @@
* 2M - 4M Xen text, data, bss
* 4M - 6M Fixmap: special-purpose 4K mapping slots
* 6M - 8M Early boot mapping of FDT
- * 8M - 10M Early boot misc (see below)
- *
- * The early boot misc area is used:
- * - in setup_pagetables() when relocating Xen.
+ * 8M - 10M Early relocation address (used when relocating Xen)
*
* ARM32 layout:
* 0 - 8M <COMMON>
@@ -117,7 +114,7 @@
#define XEN_VIRT_START _AT(vaddr_t,0x00200000)
#define FIXMAP_ADDR(n) (_AT(vaddr_t,0x00400000) + (n) * PAGE_SIZE)
#define BOOT_FDT_VIRT_START _AT(vaddr_t,0x00600000)
-#define BOOT_MISC_VIRT_START _AT(vaddr_t,0x00800000)
+#define BOOT_RELOC_VIRT_START _AT(vaddr_t,0x00800000)
#define HYPERVISOR_VIRT_START XEN_VIRT_START