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:
Jacky Bai 2023-08-02 19:07:00 +08:00
parent 8d50c91b47
commit 047d7d1ba2

View file

@ -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)