From: Meenakshi Aggarwal Date: Mon, 18 Feb 2019 18:38:30 +0000 (+0530) Subject: arch: arm: lib: Flush L3 after relocation to DDR X-Git-Tag: v2019.04-rc3~14^2~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3b7706b2f507d449ce2ee364a12dc30ee4c215a;p=oweals%2Fu-boot.git arch: arm: lib: Flush L3 after relocation to DDR Flush L3 cache after uboot relocated to DDR. Signed-off-by: Meenakshi Aggarwal Signed-off-by: Udit Kumar Reviewed-by: Stefan Roese Reviewed-by: Prabhakar Kushwaha --- diff --git a/arch/arm/lib/relocate_64.S b/arch/arm/lib/relocate_64.S index 171d094c33..7603f52774 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)