Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
8e838d66
Commit
8e838d66
authored
Oct 06, 2017
by
davidcunado-arm
Committed by
GitHub
Oct 06, 2017
Browse files
Merge pull request #1118 from davidcunado-arm/dc/fix_coverity
Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES
parents
a368922f
2e421ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/plat/arm/board/common/board_arm_def.h
View file @
8e838d66
...
...
@@ -54,9 +54,9 @@
*/
#if defined(IMAGE_BL31) || defined(IMAGE_BL32)
# define PLAT_ARM_MMAP_ENTRIES 6
# define MAX_XLAT_TABLES
4
# define MAX_XLAT_TABLES
5
#else
# define PLAT_ARM_MMAP_ENTRIES 1
0
# define PLAT_ARM_MMAP_ENTRIES 1
1
# define MAX_XLAT_TABLES 5
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment