Skip to content

Commit 9686ab8

Browse files
committed
[nrf fromtree] soc: nordic: poweroff: remove disabling of emul l05/l10 unused RAM
Code is now incorporated into SystemInit() function of MDK 8.69.1, which is integrated within nrfx 3.10.0. Signed-off-by: Nikodem Kastelik <[email protected]> (cherry picked from commit 8b495dc)
1 parent aaad8ca commit 9686ab8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

soc/nordic/common/poweroff.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ void z_sys_poweroff(void)
5050

5151
/* Disable retention for all memory blocks */
5252
nrfx_ram_ctrl_retention_enable_set(ram_start, ram_size, false);
53-
#if defined(DEVELOP_IN_NRF54L15) && defined(NRF54L05_XXAA)
54-
nrf_memconf_ramblock_ret_mask_enable_set(NRF_MEMCONF, 0, 0x1F8, false);
55-
nrf_memconf_ramblock_ret2_mask_enable_set(NRF_MEMCONF, 0, 0x1F8, false);
56-
#endif
57-
#if defined(DEVELOP_IN_NRF54L15) && defined(NRF54L10_XXAA)
58-
nrf_memconf_ramblock_ret_mask_enable_set(NRF_MEMCONF, 0, 0x1C0, false);
59-
nrf_memconf_ramblock_ret2_mask_enable_set(NRF_MEMCONF, 0, 0x1C0, false);
60-
#endif
6153

6254
#endif /* defined(CONFIG_HAS_NORDIC_RAM_CTRL) */
6355

0 commit comments

Comments
 (0)