File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ zephyr_sources(soc.c)
8
8
zephyr_library_sources_ifdef (CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS mpu_regions.c )
9
9
10
10
zephyr_library_sources_ifdef (CONFIG_PM power.c )
11
- zephyr_linker_sources_ifdef (CONFIG_SOC_FLASH_MAX32 SECTIONS flash.ld )
11
+ zephyr_linker_sources_ifdef (CONFIG_SOC_FLASH_MAX32 RAMFUNC_SECTION flash.ld )
12
12
if (CONFIG_SOC_MAX78000 OR CONFIG_SOC_MAX78002 )
13
13
zephyr_linker_sources (SECTIONS max7800x.ld )
14
14
endif ()
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2023 Analog Devices, Inc.
2
+ * Copyright (c) 2023-2025 Analog Devices, Inc.
3
3
*
4
4
* SPDX-License-Identifier : Apache-2.0
5
5
*/
6
6
7
- SECTION_DATA_PROLOGUE(.flashprog,, SUBALIGN(4))
8
- {
9
- KEEP(*(.flashprog*)) /* Flash program */
10
- }
7
+ KEEP (*(.flashprog* )) /* Flash program */
You can’t perform that action at this time.
0 commit comments