From 272534eb725f2486b7a32b39d998202a101bd36e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 18 Dec 2020 10:11:51 +0100 Subject: bsps/arm: Set VBAR in start.S Set the VBAR to the vector table in the start section before bsp_start_hook_0() is called to earlier handle exceptions in RTEMS. Set the VBAR to the normal vector table in start.S for the main processor. Secondary processors set it in bsp_start_hook_0(). Update #4202. --- bsps/arm/imx/start/bspstarthooks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'bsps/arm/imx') diff --git a/bsps/arm/imx/start/bspstarthooks.c b/bsps/arm/imx/start/bspstarthooks.c index d35374e360..f2ea7b4863 100644 --- a/bsps/arm/imx/start/bspstarthooks.c +++ b/bsps/arm/imx/start/bspstarthooks.c @@ -102,7 +102,6 @@ BSP_START_TEXT_SECTION void bsp_start_hook_0(void) BSP_START_TEXT_SECTION void bsp_start_hook_1(void) { - arm_a9mpcore_start_set_vector_base(); bsp_start_copy_sections(); setup_mmu_and_cache(); bsp_start_clear_bss(); -- cgit v1.2.3