summaryrefslogtreecommitdiffstats
path: root/bsps/arm/xilinx-zynq
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-21 10:08:30 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-23 09:24:47 +0100
commit23d9223ad3b67156b99d828457d0ebd74687cf71 (patch)
tree30337bb821ddfb05ff75884510085d4357760042 /bsps/arm/xilinx-zynq
parentbsps/arm: Clear SCTLR[M, I, A, C] in start.S (diff)
downloadrtems-23d9223ad3b67156b99d828457d0ebd74687cf71.tar.bz2
bsps/arm: Invalidate TLB in start.S
Update #4202.
Diffstat (limited to 'bsps/arm/xilinx-zynq')
-rw-r--r--bsps/arm/xilinx-zynq/start/bspstarthooks.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsps/arm/xilinx-zynq/start/bspstarthooks.c b/bsps/arm/xilinx-zynq/start/bspstarthooks.c
index 25cf96abdb..c67ed4f93e 100644
--- a/bsps/arm/xilinx-zynq/start/bspstarthooks.c
+++ b/bsps/arm/xilinx-zynq/start/bspstarthooks.c
@@ -31,12 +31,8 @@
#include <bsp/start.h>
#include <bsp/arm-a9mpcore-start.h>
-#include <libcpu/arm-cp15.h>
-
BSP_START_TEXT_SECTION void bsp_start_hook_0(void)
{
- arm_cp15_tlb_invalidate();
- _ARM_Instruction_synchronization_barrier()
arm_a9mpcore_start_hook_0();
}