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
dba12894
Commit
dba12894
authored
Jun 24, 2015
by
danh-arm
Browse files
Merge pull request #325 from sandrine-bailleux/sb/fix-rw-data-relocation
Bug fix: Build time condition to relocate RW data
parents
5a6954fb
c9915c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/common/el3_common_macros.S
View file @
dba12894
...
...
@@ -226,7 +226,7 @@
bl
zeromem16
#endif
#if
def __DATA_ROM_START__
#if
IMAGE_BL1
ldr
x0
,
=
__DATA_RAM_START__
ldr
x1
,
=
__DATA_ROM_START__
ldr
x2
,
=
__DATA_SIZE__
...
...
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