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
0603a064
"debian-software" did not exist on "1dcaebe7b334b4628a267120ae4d919ca7a52d42"
Commit
0603a064
authored
Mar 31, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Mar 31, 2020
Browse files
Merge "bl32: sp_min: reduce the alignment for fconf_populator" into integration
parents
4ed750a4
85ee795c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bl32/sp_min/sp_min.ld.S
View file @
0603a064
...
...
@@ -56,7 +56,7 @@ SECTIONS
KEEP
(*(
rt_svc_descs
))
__RT_SVC_DESCS_END__
=
.
;
.
=
ALIGN
(
8
)
;
.
=
ALIGN
(
4
)
;
__FCONF_POPULATOR_START__
=
.
;
KEEP
(*(.
fconf_populator
))
__FCONF_POPULATOR_END__
=
.
;
...
...
@@ -98,7 +98,7 @@ SECTIONS
KEEP
(*(
rt_svc_descs
))
__RT_SVC_DESCS_END__
=
.
;
.
=
ALIGN
(
8
)
;
.
=
ALIGN
(
4
)
;
__FCONF_POPULATOR_START__
=
.
;
KEEP
(*(.
fconf_populator
))
__FCONF_POPULATOR_END__
=
.
;
...
...
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