summaryrefslogtreecommitdiffstats
path: root/bsps/arm/shared/start/linkcmds.armv7m
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/shared/start/linkcmds.armv7m')
-rw-r--r--bsps/arm/shared/start/linkcmds.armv7m26
1 files changed, 26 insertions, 0 deletions
diff --git a/bsps/arm/shared/start/linkcmds.armv7m b/bsps/arm/shared/start/linkcmds.armv7m
new file mode 100644
index 0000000000..f0fb2cde1f
--- /dev/null
+++ b/bsps/arm/shared/start/linkcmds.armv7m
@@ -0,0 +1,26 @@
+/**
+ * @file
+ *
+ * @ingroup bsp_linker
+ *
+ * @brief Linker command file for ARMv7 architecture.
+ */
+
+/*
+ * Copyright (c) 2010 embedded brains GmbH. All rights reserved.
+ *
+ * embedded brains GmbH
+ * Obere Lagerstr. 30
+ * 82178 Puchheim
+ * Germany
+ * <rtems@embedded-brains.de>
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+bsp_stack_main_size = DEFINED (bsp_stack_main_size) ? bsp_stack_main_size : 4096;
+bsp_stack_main_size = ALIGN (bsp_stack_main_size, bsp_stack_align);
+
+INCLUDE linkcmds.base