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:
parent
e5f393836b
commit
a78c73bb66
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue