commit | 9d34256ea48600997ac76f820817cacfcb6e238d | [log] [tgz] |
---|---|---|
author | Jim Shu <cwshu@andestech.com> | Tue Aug 17 03:07:35 2021 +0800 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Aug 20 18:53:23 2021 -0400 |
tree | 5f49c85b0b1faff769f6a464a4fa8d7f789f718b | |
parent | c3ecf5331b4247d12f74634b0bddd390c4315b1c [diff] |
soc: riscv: telink_b91: add GP relative addressing support Add norelax option before initializing GP at common entry point. Remove __global_pointer$ symbol in the SoC linker script because it's in the arch one. Remove -mno-relax when GP support is enabled. Signed-off-by: Jim Shu <cwshu@andestech.com>