commit | 234fec579a9b856b3e02b24d7787e6de1bfa6b12 | [log] [tgz] |
---|---|---|
author | Björn Stenberg <bjorn@haxx.se> | Tue Feb 14 14:48:37 2023 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Tue Jun 20 16:33:49 2023 +0200 |
tree | fac82010c059543df669b7f933e1d95c23a7c8e9 | |
parent | e0cdb0178c719ff7deee5ff7798b1074d306bc90 [diff] |
scripts: gen_relocate_app.py: Give sections unique names The code_relocation feature creates generic section names that sometimes conflict with already existing names. This patch adds a '_reloc_' word to the created names to reduce the risk of conflict. This solves #54785. Signed-off-by: Björn Stenberg <bjorn@haxx.se>