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:
parent
feb0265e43
commit
9a6f116a6a
2 changed files with 1 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue