arm64: Update command line size to match value in kernel

This commit is contained in:
Zhuowei Zhang
2016-02-07 18:16:37 -08:00
committed by jollaman999
parent ad8b6e1ff6
commit 756829fcd8

View File

@@ -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)