diff options
Diffstat (limited to 'include/common/aarch32/el3_common_macros.S')
-rw-r--r-- | include/common/aarch32/el3_common_macros.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/aarch32/el3_common_macros.S b/include/common/aarch32/el3_common_macros.S index a572ef99..50ce952f 100644 --- a/include/common/aarch32/el3_common_macros.S +++ b/include/common/aarch32/el3_common_macros.S @@ -261,7 +261,7 @@ ldr r0, =__DATA_RAM_START__ ldr r1, =__DATA_ROM_START__ ldr r2, =__DATA_SIZE__ - bl memcpy + bl memcpy4 #endif .endif /* _init_c_runtime */ |