Skip to content
Commit 8c4f98d2 authored by Carlo Caione's avatar Carlo Caione Committed by Fabio Baltieri
Browse files

linker: Fix _vector_end symbol location



The 219d5b5a commit is breaking the STM32F0 platforms.

The problem is that the PR is changing the location the _vector_end
symbol is pointing to. These platforms require the symbol to be pointing
to a location in memory after the IRQ vector table.

Fix the issue by introducing a new _vector_end symbol when the IRQ
vector table is present that points to the correct location.

Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
parent 848fd445
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment