Commit dba12894 authored by danh-arm's avatar 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
......@@ -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__
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment