projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34a2c08
)
rk: config: enlarge COMMAND_LINE_SIZE from 1024 to 65536
author
黄涛
<huangtao@rock-chips.com>
Tue, 9 Oct 2012 10:27:13 +0000
(18:27 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 9 Oct 2012 10:28:34 +0000
(18:28 +0800)
arch/arm/include/asm/setup.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/setup.h
b/arch/arm/include/asm/setup.h
index ee2ad8ae07af7d4006d82a474cb2282654cb986a..3f7ff7972e3c8efac900f671226b799385a7a839 100644
(file)
--- a/
arch/arm/include/asm/setup.h
+++ b/
arch/arm/include/asm/setup.h
@@
-16,7
+16,11
@@
#include <linux/types.h>
+#ifdef CONFIG_RK_CONFIG
+#define COMMAND_LINE_SIZE 65536
+#else
#define COMMAND_LINE_SIZE 1024
+#endif
/* The list ends with an ATAG_NONE node. */
#define ATAG_NONE 0x00000000