Merge "plat/arm/sgi: update mmap and xlat count" into integration

This commit is contained in:
Manish Pandey 2020-04-15 11:25:08 +00:00 committed by TrustedFirmware Code Review
commit cc52800db4
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
# define PLAT_SP_IMAGE_MMAP_REGIONS 7
# define PLAT_SP_IMAGE_MAX_XLAT_TABLES 10
# else
# define PLAT_ARM_MMAP_ENTRIES 8
# define MAX_XLAT_TABLES 8
# define PLAT_ARM_MMAP_ENTRIES (5 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
# define MAX_XLAT_TABLES (5 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
# endif
#elif defined(IMAGE_BL32)
# define PLAT_ARM_MMAP_ENTRIES 8