summaryrefslogtreecommitdiffstats
path: root/bsps/epiphany/epiphany_sim/start/linkcmds
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/epiphany/epiphany_sim/start/linkcmds')
-rw-r--r--bsps/epiphany/epiphany_sim/start/linkcmds2
1 files changed, 0 insertions, 2 deletions
diff --git a/bsps/epiphany/epiphany_sim/start/linkcmds b/bsps/epiphany/epiphany_sim/start/linkcmds
index 07a4c29a32..e0e216f21c 100644
--- a/bsps/epiphany/epiphany_sim/start/linkcmds
+++ b/bsps/epiphany/epiphany_sim/start/linkcmds
@@ -78,8 +78,6 @@ bsp_stack_align = DEFINED (bsp_stack_align) ? bsp_stack_align : 8;
bsp_stack_main_size = DEFINED (bsp_stack_main_size) ? bsp_stack_main_size : 1024;
bsp_stack_main_size = ALIGN (bsp_stack_main_size, bsp_stack_align);
-_bsp_processor_count = DEFINED (_bsp_processor_count) ? _bsp_processor_count : 1;
-
SECTIONS {
.vector :