linker: update files with <zephyr/...> include prefix
Linker files were not migrated with the new <zephyr/...> prefix. Note that the conversion has been scripted, refer to #45388 for more details. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
76e7164456
commit
d342e4c4c1
164 changed files with 482 additions and 459 deletions
|
@ -7,4 +7,4 @@ MEMORY
|
|||
{
|
||||
SRAM_NC (wx) : ORIGIN = CONFIG_SRAM_NC_BASE_ADDRESS, LENGTH = CONFIG_SRAM_NC_SIZE * 1024
|
||||
}
|
||||
#include <arch/arm/aarch32/cortex_m/scripts/linker.ld>
|
||||
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue