diff options
| author | Meenakshi Aggarwal <[email protected]> | 2019-02-19 00:08:30 +0530 |
|---|---|---|
| committer | Prabhakar Kushwaha <[email protected]> | 2019-02-19 10:26:43 +0530 |
| commit | b3b7706b2f507d449ce2ee364a12dc30ee4c215a (patch) | |
| tree | 9dd64d0378e875c4ab677becee5db0efffddd6af | |
| parent | fc615be4a69b20c4afa90f192e701c006f090bfa (diff) | |
arch: arm: lib: Flush L3 after relocation to DDR
Flush L3 cache after uboot relocated to DDR.
Signed-off-by: Meenakshi Aggarwal <[email protected]>
Signed-off-by: Udit Kumar <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Prabhakar Kushwaha <[email protected]>
| -rw-r--r-- | arch/arm/lib/relocate_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/lib/relocate_64.S b/arch/arm/lib/relocate_64.S index 171d094c334..7603f527748 100644 --- a/arch/arm/lib/relocate_64.S +++ b/arch/arm/lib/relocate_64.S @@ -85,6 +85,7 @@ relocate_done: isb sy 4: ldp x0, x1, [sp, #16] bl __asm_flush_dcache_range + bl __asm_flush_l3_dcache 5: ldp x29, x30, [sp],#32 ret ENDPROC(relocate_code) |
