summaryrefslogtreecommitdiffstats
path: root/bsps/epiphany
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-19 15:20:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-19 15:26:13 +0200
commitb0c3ba2f843543ea0dfe845184451708d367f561 (patch)
tree0b4cd3c88a162b0c8612d799d76c72f20f006776 /bsps/epiphany
parentarm: Simplify CPU counter support (diff)
downloadrtems-b0c3ba2f843543ea0dfe845184451708d367f561.tar.bz2
bsps: Remove superfluous bsp_processor_count
This is unused copy and paste stuff. Update #3459.
Diffstat (limited to 'bsps/epiphany')
-rw-r--r--bsps/epiphany/epiphany_sim/start/linkcmds2
-rw-r--r--bsps/epiphany/include/bsp/linker-symbols.h2
2 files changed, 0 insertions, 4 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 :
diff --git a/bsps/epiphany/include/bsp/linker-symbols.h b/bsps/epiphany/include/bsp/linker-symbols.h
index c218b7ff99..50c5c38106 100644
--- a/bsps/epiphany/include/bsp/linker-symbols.h
+++ b/bsps/epiphany/include/bsp/linker-symbols.h
@@ -70,8 +70,6 @@ LINKER_SYMBOL(bsp_start_vector_table_size)
LINKER_SYMBOL(bsp_translation_table_base)
LINKER_SYMBOL(bsp_translation_table_end)
-LINKER_SYMBOL(_bsp_processor_count)
-
/** @} */
#ifdef __cplusplus