From 1a23ee61765e5a4b7e8831df27d77fa56d993eec Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 26 Jan 2022 10:59:02 +0100 Subject: bsp/fvp: Use only vector table of start section --- spec/build/bsps/arm/fvp/linkcmds.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec/build/bsps/arm/fvp/linkcmds.yml') diff --git a/spec/build/bsps/arm/fvp/linkcmds.yml b/spec/build/bsps/arm/fvp/linkcmds.yml index 1812866d2d..47b424559c 100644 --- a/spec/build/bsps/arm/fvp/linkcmds.yml +++ b/spec/build/bsps/arm/fvp/linkcmds.yml @@ -43,6 +43,8 @@ content: | bsp_stack_abt_size = DEFINED (bsp_stack_abt_size) ? bsp_stack_abt_size : 1024; + bsp_vector_table_in_start_section = 1; + INCLUDE linkcmds.armv4 copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -- cgit v1.2.3