commit | b5b11a8ac4b5a997a1b3ae388aea3879e26c857f | [log] [tgz] |
---|---|---|
author | Atish Patra <atish.patra@wdc.com> | Wed Nov 04 16:04:39 2020 -0800 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Wed Nov 25 16:05:29 2020 -0800 |
tree | e2550c7cfce7c6f43e994eeabc5504a22222a735 | |
parent | 19a00869028f4a28a36f90649166631dff6e3ccd [diff] |
RISC-V: Move dynamic relocation section under __init Dynamic relocation section are only required during boot. Those sections can be freed after init. Thus, it can be moved to __init section. Signed-off-by: Atish Patra <atish.patra@wdc.com> Tested-by: Greentime Hu <greentime.hu@sifive.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>