Skip to content

Commit 8e691c9

Browse files
jerome-pouillerjhedberg
authored andcommitted
wiseconnect: Do not use .common_ipmu_ram
Zephyr linker script does not define .common_ipmu_ram section. This reverts the change introduced on Wiseconnect 3.4 Upstream-status: Pending Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent ff2689e commit 8e691c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/iPMU_prog/iPMU_dotc/rsi_system_config_917.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#ifdef ONEBOXE
3535
#define _COMMON_IPMU_RAM_ __attribute__((section(".rodata .rodata.")));
3636
#elif defined(SLI_SI91X_MCU_INTERFACE)
37-
#define _COMMON_IPMU_RAM_ __attribute__((section(".common_ipmu_ram")));
37+
#define _COMMON_IPMU_RAM_ ;
3838
#else
3939
#define _COMMON_IPMU_RAM_ __attribute__((section(".common_tcm_rodata")));
4040
#endif

0 commit comments

Comments
 (0)