mirror of
https://github.com/meizu-m86/kexec-tools-arm64
synced 2025-11-04 05:46:10 +08:00
arm64: Update command line size to match value in kernel
This commit is contained in:
committed by
jollaman999
parent
ad8b6e1ff6
commit
756829fcd8
@@ -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
|
||||
|
||||
#define KiB(x) ((x) * 1024UL)
|
||||
#define MiB(x) (KiB(x) * 1024UL)
|
||||
|
||||
Reference in New Issue
Block a user