Skip to content

Commit 6c40624

Browse files
soura1mhiramat
authored andcommitted
bootconfig: Increase max nodes of bootconfig from 1024 to 8192 for DCC support
The Data Capture and Compare(DCC) is a debugging tool that uses the bootconfig for configuring the register values during boot-time. Increase the max nodes supported by bootconfig to cater to the requirements of the Data Capture and Compare Driver. Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Souradeep Chowdhury <[email protected]> Acked-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
1 parent 6ded8a2 commit 6c40624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/bootconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct xbc_node {
5959
/* Maximum size of boot config is 32KB - 1 */
6060
#define XBC_DATA_MAX (XBC_VALUE - 1)
6161

62-
#define XBC_NODE_MAX 1024
62+
#define XBC_NODE_MAX 8192
6363
#define XBC_KEYLEN_MAX 256
6464
#define XBC_DEPTH_MAX 16
6565

0 commit comments

Comments
 (0)