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>
This commit is contained in:
Michal Kozikowski 2025-04-23 12:35:38 +02:00 committed by Benjamin Cabé
commit 9a6f116a6a
2 changed files with 1 additions and 4 deletions

View file

@ -6,6 +6,6 @@ config SOC_NRF54H20_GPD
imply NRFS
imply NRFS_GDPWR_SERVICE_ENABLED
select ONOFF
default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD
default y if !MCUBOOT && (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD)
help
This option enables the Global Power Domain service.