mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
arch: arm: lib: Flush L3 after relocation to DDR
Flush L3 cache after uboot relocated to DDR. Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com> Signed-off-by: Udit Kumar <udit.kumar@nxp.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
This commit is contained in:
parent
fc615be4a6
commit
b3b7706b2f
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ relocate_done:
|
||||||
isb sy
|
isb sy
|
||||||
4: ldp x0, x1, [sp, #16]
|
4: ldp x0, x1, [sp, #16]
|
||||||
bl __asm_flush_dcache_range
|
bl __asm_flush_dcache_range
|
||||||
|
bl __asm_flush_l3_dcache
|
||||||
5: ldp x29, x30, [sp],#32
|
5: ldp x29, x30, [sp],#32
|
||||||
ret
|
ret
|
||||||
ENDPROC(relocate_code)
|
ENDPROC(relocate_code)
|
||||||
|
|
Loading…
Add table
Reference in a new issue