Skip to content

Commit 96c27b4

Browse files
committed
[nrf fromlist] 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. Upstream PR #: 88958 Signed-off-by: Michal Kozikowski <[email protected]> (cherry picked from commit bece1c22bbf04d417839635e482ecc9e45bd5c15)
1 parent ff10333 commit 96c27b4

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)