mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(imx8ulp): increase the mmap region num
the mmap region num is not enough for the mmap regions, so increase it, increase the xlat_table num too. Signed-off-by: Jacky Bai <ping.bai@nxp.com> Change-Id: I2a2515b291e96cc12398a2c2c526351342811fff
This commit is contained in:
parent
8d50c91b47
commit
047d7d1ba2
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
#define MAX_XLAT_TABLES 11
|
||||
#define MAX_MMAP_REGIONS 12
|
||||
#else
|
||||
#define MAX_XLAT_TABLES 8
|
||||
#define MAX_MMAP_REGIONS 9
|
||||
#define MAX_XLAT_TABLES 10
|
||||
#define MAX_MMAP_REGIONS 11
|
||||
#endif
|
||||
|
||||
#define PLAT_GICD_BASE U(0x2d400000)
|
||||
|
|
Loading…
Add table
Reference in a new issue