commit | 3f16fdefbf30d906f2999ad35104b757138c6c1b | [log] [tgz] |
---|---|---|
author | Jim Shu <cwshu@andestech.com> | Mon Jan 11 03:20:47 2021 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Jan 11 11:47:03 2022 +0100 |
tree | 79b1473190cdde199b63356483395b27dcdc33a4 | |
parent | 96048bdf658c85eddeb90ad0e596a2d16c28b1a4 [diff] |
riscv: linker: fix duplicate symbol when CONFIG_USERSPACE=y _image_ram_start symbol is duplicate in CONFIG_USERSPACE. This symbol should be at the start of app_smem in userspace, so remove another symbol in CONFIG_USERSPACE. Signed-off-by: Jim Shu <cwshu@andestech.com>