aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/include/asm/boot.h')
-rw-r--r--arch/arm64/include/asm/boot.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/boot.h b/arch/arm64/include/asm/boot.h
index 81151b67b26b..ebf2481889c3 100644
--- a/arch/arm64/include/asm/boot.h
+++ b/arch/arm64/include/asm/boot.h
@@ -11,4 +11,10 @@
#define MIN_FDT_ALIGN 8
#define MAX_FDT_SIZE SZ_2M
+/*
+ * arm64 requires the kernel image to placed
+ * TEXT_OFFSET bytes beyond a 2 MB aligned base
+ */
+#define MIN_KIMG_ALIGN SZ_2M
+
#endif