Skip to content

Commit 0f416a1

Browse files
guqicailiochen
authored andcommitted
Increase MAX_RESERVED_REGIONS
Increase MAX_RESERVED_REGIONS for reserved regions Change-Id: Ica7f7196d2c10d99a7d134f1036131657753df93 (cherry picked from commit f071e4e0734f90eb1be8c6c3d41cbc60cc46e243)
1 parent cbdc56e commit 0f416a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/of/of_reserved_mem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <linux/of_reserved_mem.h>
2323
#include <linux/sort.h>
2424

25-
#define MAX_RESERVED_REGIONS 16
25+
#define MAX_RESERVED_REGIONS 32
2626
static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS];
2727
static int reserved_mem_count;
2828

0 commit comments

Comments
 (0)