include: lmb: increase MAX_LMB_REGIONS to 16

Maybe 8 is not enough.

Change-Id: Idc4813fa406def5401fdf423cdf30d47555d1a92
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-03-14 18:20:51 +08:00 committed by Jianhong Chen
parent e5f393836b
commit a78c73bb66
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
* SPDX-License-Identifier: GPL-2.0+ * SPDX-License-Identifier: GPL-2.0+
*/ */
#define MAX_LMB_REGIONS 8 #define MAX_LMB_REGIONS 16
struct lmb_property { struct lmb_property {
phys_addr_t base; phys_addr_t base;