We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd25c8b commit 4f78d86Copy full SHA for 4f78d86
include/arch/arm/cortex_m/scripts/linker.ld
@@ -354,8 +354,6 @@ SECTIONS
354
KERNEL_INPUT_SECTION(COMMON)
355
*(".kernel_bss.*")
356
357
-#include <linker/priv_stacks-noinit.ld>
358
-
359
/*
360
* As memory is cleared in words only, it is simpler to ensure the BSS
361
* section ends on a 4 byte boundary. This wastes a maximum of 3 bytes.
@@ -373,6 +371,8 @@ SECTIONS
373
371
KERNEL_INPUT_SECTION(".noinit.*")
374
372
*(".kernel_noinit.*")
375
+#include <linker/priv_stacks-noinit.ld>
+
376
#ifdef CONFIG_SOC_NOINIT_LD
377
#include <soc-noinit.ld>
378
#endif
0 commit comments