Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be1651fe authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "of: of_reserved_mem: Increase limit on number of regions"

parents c4ea6c38 6c0fec00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <linux/slab.h>
#include <linux/kmemleak.h>

#define MAX_RESERVED_REGIONS	32
#define MAX_RESERVED_REGIONS	64
static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS];
static int reserved_mem_count;