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
b0928733
Unverified
Commit
b0928733
authored
Sep 28, 2018
by
Dimitris Papastamos
Committed by
GitHub
Sep 28, 2018
Browse files
Merge pull request #1586 from Elieva/topics/ep/scp_bl2_size
sgm: increase SCP_BL2 maximum size
parents
9068257e
3a8667b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/css/sgm/include/sgm_base_platform_def.h
View file @
b0928733
...
...
@@ -139,13 +139,13 @@
* PLAT_CSS_MAX_SCP_BL2_SIZE is calculated using the current
* SCP_BL2 size plus a little space for growth.
*/
#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x1
5
000
#define PLAT_CSS_MAX_SCP_BL2_SIZE 0x1
8
000
/*
* PLAT_CSS_MAX_SCP_BL2U_SIZE is calculated using the current
* SCP_BL2U size plus a little space for growth.
*/
#define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x1
5
000
#define PLAT_CSS_MAX_SCP_BL2U_SIZE 0x1
8
000
/*
* Most platform porting definitions provided by included headers
...
...
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