commit | f9ace4ede49b09d59d82fea88aa0dc0c770743eb | [log] [tgz] |
---|---|---|
author | Vitaly Wool <vitaly.wool@konsulko.com> | Mon Oct 11 11:14:14 2021 +0200 |
committer | Palmer Dabbelt <palmerdabbelt@google.com> | Tue Oct 26 14:31:15 2021 -0700 |
tree | 881074b50a31a6c5f87e215fa9651deb684c2856 | |
parent | 241527bb84674bd597113892ecf2c7ed4a410e00 [diff] |
riscv: remove .text section size limitation for XIP Currently there's a limit of 8MB for the .text section of a RISC-V image in the XIP case. This breaks compilation of many automatic builds and is generally inconvenient. This patch removes that limitation and optimizes XIP image file size at the same time. Signed-off-by: Vitaly Wool <vitaly.wool@konsulko.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>