From a78c73bb661fb82d665f69745fc5b80d5c32b57f Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Thu, 14 Mar 2019 18:20:51 +0800 Subject: [PATCH] include: lmb: increase MAX_LMB_REGIONS to 16 Maybe 8 is not enough. Change-Id: Idc4813fa406def5401fdf423cdf30d47555d1a92 Signed-off-by: Joseph Chen --- include/lmb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lmb.h b/include/lmb.h index 6b6959fd86..ece2a54e5b 100644 --- a/include/lmb.h +++ b/include/lmb.h @@ -11,7 +11,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#define MAX_LMB_REGIONS 8 +#define MAX_LMB_REGIONS 16 struct lmb_property { phys_addr_t base;