Skip to content

Commit 9a6f116

Browse files
nordic-mik7kartben
authored andcommitted
soc: nordic: nrf54h: Disable GPD for MCUBoot
Disable GPD for MCUBoot build, as it cannot be reinitialized later in application (SDFW does not support reinitialization). Also, remove the GPD disabling from the mcumgr sample for nRF54H20 iron board app - it was the reinitialization that caused problems. Signed-off-by: Michal Kozikowski <michal.kozikowski@nordicsemi.no>
1 parent feb0265 commit 9a6f116

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/boards/nrf54h20dk_nrf54h20_cpuapp_iron.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

soc/nordic/nrf54h/gpd/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ config SOC_NRF54H20_GPD
66
imply NRFS
77
imply NRFS_GDPWR_SERVICE_ENABLED
88
select ONOFF
9-
default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD
9+
default y if !MCUBOOT && (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD)
1010
help
1111
This option enables the Global Power Domain service.

0 commit comments

Comments
 (0)