Skip to content

Commit 36a389f

Browse files
wiseconnect: Do not use .common_tcm_code
Section .common_tcm_code is orphan in Wiseconnect (and also in Zephyr). Just drop the section. Upstream-status: Pending Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 8abd978 commit 36a389f

File tree

1 file changed

+0
-1
lines changed
  • wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/iPMU_prog/iPMU_dotc

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ uint16 scdc_sleep;
209209
* @param void
210210
* @return void
211211
*/
212-
void update_ipmu_calib_data(const efuse_ipmu_t *ipmu_calib_data) __attribute__((section(".common_tcm_code")));
213212
void update_ipmu_calib_data(const efuse_ipmu_t *ipmu_calib_data)
214213
{
215214
uint32_t data;

0 commit comments

Comments
 (0)