Increase MAX_RESERVED_REGIONS

Increase MAX_RESERVED_REGIONS for reserved regions

Change-Id: Ica7f7196d2c10d99a7d134f1036131657753df93
(cherry picked from commit f071e4e0734f90eb1be8c6c3d41cbc60cc46e243)
This commit is contained in:
guqicai 2017-09-15 14:56:45 +08:00 committed by codeworkx
parent dabbcf23c7
commit fed10a0fce

View file

@ -22,7 +22,7 @@
#include <linux/of_reserved_mem.h>
#include <linux/sort.h>
#define MAX_RESERVED_REGIONS 16
#define MAX_RESERVED_REGIONS 32
static struct reserved_mem reserved_mem[MAX_RESERVED_REGIONS];
static int reserved_mem_count;