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

Commit 6c0fec00 authored by Patrick Daly's avatar Patrick Daly
Browse files

of: of_reserved_mem: Increase limit on number of regions



Double the number of possible carveout regions.

Change-Id: Id7a1a94eb360082c89166c0cf3bae0a72a04af71
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 2d8536a6
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;