firmware: Move _boot_hart_done to the data section
authorXiang Wang <wxjstz@126.com>
Mon, 4 Mar 2019 09:17:08 +0000 (17:17 +0800)
committerAnup Patel <anup@brainfault.org>
Tue, 5 Mar 2019 03:39:40 +0000 (09:09 +0530)
commit1c87f0f9b1952ba9770345fc8781ce3bd2d4de7c
tree3aa94b3ecaa177802c57a15e03ace5c3c31f9c2b
parenta72467f5747fd6c9468581a787cdd51692bf01ef
firmware: Move _boot_hart_done to the data section

Writable code section can cause some security problems, so move _boot_hart_done
to the data section

Signed-off-by: Xiang Wang <wxjstz@126.com>
firmware/fw_base.S