summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/fvp/linkcmds.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-26 10:59:02 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-11 09:24:54 +0100
commit1a23ee61765e5a4b7e8831df27d77fa56d993eec (patch)
tree7c472dcf25a750ab83c577d8fa6c2465f16750d8 /spec/build/bsps/arm/fvp/linkcmds.yml
parentbsps/.../disp_hcms29xx.h: Fix comment block (diff)
downloadrtems-1a23ee61765e5a4b7e8831df27d77fa56d993eec.tar.bz2
bsp/fvp: Use only vector table of start section
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/arm/fvp/linkcmds.yml2
1 files changed, 2 insertions, 0 deletions
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)