commit | 23472509d36d45b8938f5f64e48fd9ac6a24a8fa | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | Wed Oct 25 15:19:00 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 27 10:51:49 2023 +0200 |
tree | abbb8cf87e6586924d83ab074852bf998d1890db | |
parent | c6fab4ac77db74b3569b4dbb7d66b43779e9092d [diff] |
llext: refactor section copying Instead of first allocating all sections and then copying then, create a helper function to allocate and copy a single section and call it for all appropriate sections. We need to call this function from another location when copying string sections. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>