mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 06:50:10 +00:00
Merge "plat/arm/sgi: update mmap and xlat count" into integration
This commit is contained in:
commit
cc52800db4
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@
|
||||||
# define PLAT_SP_IMAGE_MMAP_REGIONS 7
|
# define PLAT_SP_IMAGE_MMAP_REGIONS 7
|
||||||
# define PLAT_SP_IMAGE_MAX_XLAT_TABLES 10
|
# define PLAT_SP_IMAGE_MAX_XLAT_TABLES 10
|
||||||
# else
|
# else
|
||||||
# define PLAT_ARM_MMAP_ENTRIES 8
|
# define PLAT_ARM_MMAP_ENTRIES (5 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
|
||||||
# define MAX_XLAT_TABLES 8
|
# define MAX_XLAT_TABLES (5 + ((CSS_SGI_CHIP_COUNT - 1) * 3))
|
||||||
# endif
|
# endif
|
||||||
#elif defined(IMAGE_BL32)
|
#elif defined(IMAGE_BL32)
|
||||||
# define PLAT_ARM_MMAP_ENTRIES 8
|
# define PLAT_ARM_MMAP_ENTRIES 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue