diff --git a/sdk/cmake/init-section.lds b/sdk/cmake/init-section.lds index ca46bd1451e..eeda07bf3ce 100644 --- a/sdk/cmake/init-section.lds +++ b/sdk/cmake/init-section.lds @@ -8,5 +8,4 @@ SECTIONS __init_end__ = . ; } } -/*INSERT AFTER .reloc;*//*This is what we actually want to do, but do not dare due to LD bug ROSBE-154*/ -INSERT AFTER .rsrc; /*This is what we do instead to at least fix CORE-14683*/ +INSERT BEFORE .reloc; /* .reloc is always at the end */