aboutsummaryrefslogtreecommitdiff
path: root/product/sgm775
diff options
context:
space:
mode:
authorChris Kay <chris.kay@arm.com>2018-06-29 11:55:14 +0100
committerronald-cron-arm <39518861+ronald-cron-arm@users.noreply.github.com>2018-09-17 11:30:58 +0100
commit8f40dea9a22013569f7374893153bce5daf94c39 (patch)
treeeecaf02adf15e70af3b6c234a6d40734c575674d /product/sgm775
parentb0b294e19b0a15be7b51d9bc6771fbdab701f412 (diff)
arch: Remove FIRMWARE_STACK_SIZE as a configurability option
With the stackheap model this option is meaningless as the stack and the heap grow towards each other until they collide. Change-Id: I75577536356236e3fe5a9ce0d22bb06de9acf43f Signed-off-by: Chris Kay <chris.kay@arm.com>
Diffstat (limited to 'product/sgm775')
-rw-r--r--product/sgm775/scp_ramfw/fmw_memory.ld.S2
-rw-r--r--product/sgm775/scp_romfw/fmw_memory.ld.S2
2 files changed, 0 insertions, 4 deletions
diff --git a/product/sgm775/scp_ramfw/fmw_memory.ld.S b/product/sgm775/scp_ramfw/fmw_memory.ld.S
index 481a8c7a..93d6bcfd 100644
--- a/product/sgm775/scp_ramfw/fmw_memory.ld.S
+++ b/product/sgm775/scp_ramfw/fmw_memory.ld.S
@@ -16,6 +16,4 @@
#define FIRMWARE_MEM0_BASE SCP_RAM_BASE
#define FIRMWARE_MEM0_SIZE SCP_RAM_SIZE
-#define FIRMWARE_STACK_SIZE (1 * 1024)
-
#endif /* FMW_MEMORY_LD_S */
diff --git a/product/sgm775/scp_romfw/fmw_memory.ld.S b/product/sgm775/scp_romfw/fmw_memory.ld.S
index 23b89ab4..b9154e07 100644
--- a/product/sgm775/scp_romfw/fmw_memory.ld.S
+++ b/product/sgm775/scp_romfw/fmw_memory.ld.S
@@ -31,6 +31,4 @@
#define FIRMWARE_MEM1_SIZE (16 * 1024)
#define FIRMWARE_MEM1_BASE (SCP_RAM_BASE + SCP_RAM_SIZE - FIRMWARE_MEM1_SIZE)
-#define FIRMWARE_STACK_SIZE (1 * 1024)
-
#endif /* FMW_MEMORY_LD_S */