commit | 81e7608c037ca80142db7484b27db7d7ac614d46 | [log] [tgz] |
---|---|---|
author | Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no> | Wed Sep 16 11:45:00 2020 +0200 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Wed Sep 23 13:15:38 2020 +0200 |
tree | 74ead72138ffeb0e8e8486a438a0351995f3c498 | |
parent | 2b56b86190a03fbe613b0d1f51ae454e3c4dc99f [diff] |
arm: tz: secure_entry_functions.ld: Fix NSC_ALIGN for nRF devices If the location counter ('.') is within the area that the veneers should go, the current solution will give a linker error ("Cannot move location counter backwards"). This patch places the veneers in the next SPU region in this case. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>