[rtems commit] bsp/fvp: Use only vector table of start section

Sebastian Huber sebh at rtems.org
Fri Mar 11 08:15:19 UTC 2022


Module:    rtems
Branch:    master
Commit:    1a23ee61765e5a4b7e8831df27d77fa56d993eec
Changeset: http://git.rtems.org/rtems/commit/?id=1a23ee61765e5a4b7e8831df27d77fa56d993eec

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jan 26 10:59:02 2022 +0100

bsp/fvp: Use only vector table of start section

---

 spec/build/bsps/arm/fvp/linkcmds.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spec/build/bsps/arm/fvp/linkcmds.yml b/spec/build/bsps/arm/fvp/linkcmds.yml
index 1812866..47b4245 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)



More information about the vc mailing list