mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-09-14 16:11:44 +01:00

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>