summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/start-pbl.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-10-19 15:07:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-10-19 15:07:40 +0200
commit19978a0981a14c8694af6498decbc646431baced (patch)
tree1339e3abe232bdd72f3873ef7a90ea2dc4377994 /arch/arm/cpu/start-pbl.c
parent6424b637f41fbbb4fab27921a031dbfe62e84625 (diff)
parent74bc3562a27b0124e49d6068f98d76b758206908 (diff)
downloadbarebox-19978a0981a14c8694af6498decbc646431baced.tar.gz
barebox-19978a0981a14c8694af6498decbc646431baced.tar.xz
Merge branch 'for-next/imx'
Diffstat (limited to 'arch/arm/cpu/start-pbl.c')
-rw-r--r--arch/arm/cpu/start-pbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/start-pbl.c b/arch/arm/cpu/start-pbl.c
index 5f1469bb3e..e851b4a2da 100644
--- a/arch/arm/cpu/start-pbl.c
+++ b/arch/arm/cpu/start-pbl.c
@@ -93,7 +93,7 @@ __noreturn void barebox_single_pbl_start(unsigned long membase,
pbl_barebox_uncompress((void*)barebox_base, (void *)pg_start, pg_len);
arm_early_mmu_cache_flush();
- flush_icache();
+ icache_invalidate();
if (IS_ENABLED(CONFIG_THUMB2_BAREBOX))
barebox = (void *)(barebox_base + 1);