firmware: Remove stack section from common linker script
authorAnup Patel <anup.patel@wdc.com>
Sat, 22 Dec 2018 06:32:31 +0000 (12:02 +0530)
committerAnup Patel <anup@brainfault.org>
Sat, 22 Dec 2018 15:19:52 +0000 (20:49 +0530)
commit1cf7ec9e3bbf287fc9d601d2346b9e73fda40a84
tree0ab39a58c0582317ec9e6a11a839f9123cfa1e50
parent24b4d48674ad2dc088949cdf852231ab1e81f56b
firmware: Remove stack section from common linker script

We don't need a separate stack section for per-HART stack
instead we create per-HART stack at the end of firmware
(i.e. after _fw_end symbol).

Signed-off-by: Anup Patel <anup.patel@wdc.com>
firmware/fw_common.S
firmware/fw_common.ldS