mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
Merge pull request #325 from sandrine-bailleux/sb/fix-rw-data-relocation
Bug fix: Build time condition to relocate RW data
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
bl zeromem16
|
||||
#endif
|
||||
|
||||
#ifdef __DATA_ROM_START__
|
||||
#if IMAGE_BL1
|
||||
ldr x0, =__DATA_RAM_START__
|
||||
ldr x1, =__DATA_ROM_START__
|
||||
ldr x2, =__DATA_SIZE__
|
||||
|
||||
Reference in New Issue
Block a user