summaryrefslogtreecommitdiff
path: root/kexec/arch/arm64/kexec-arm64.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/arm64/kexec-arm64.h')
-rw-r--r--kexec/arch/arm64/kexec-arm64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/arm64/kexec-arm64.h b/kexec/arch/arm64/kexec-arm64.h
index bf724ef..22e4b69 100644
--- a/kexec/arch/arm64/kexec-arm64.h
+++ b/kexec/arch/arm64/kexec-arm64.h
@@ -15,7 +15,7 @@
#define BOOT_BLOCK_VERSION 17
#define BOOT_BLOCK_LAST_COMP_VERSION 16
-#define COMMAND_LINE_SIZE 512
+#define COMMAND_LINE_SIZE 2048 /* from kernel */
#define KiB(x) ((x) * 1024UL)
#define MiB(x) (KiB(x) * 1024UL)