bsp/fvp: Use only vector table of start section

This commit is contained in:
Sebastian Huber
2022-01-26 10:59:02 +01:00
parent 817ee56327
commit 1a23ee6176

View File

@@ -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)