Skip to content

Commit 9cc37cc

Browse files
committed
[nrf noup] boot: prj_minimal.conf: s/SYS_POWER_MANAGEMENT/PM/
Use CONFIG_PM instead of the deprecated CONFIG_SYS_POWER_MANAGEMENT. noup because the entire file is noup Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 5b4aeb3 commit 9cc37cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/prj_minimal.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"
99

1010
CONFIG_FLASH=y
1111
CONFIG_FPROTECT=y
12-
CONFIG_SYS_POWER_MANAGEMENT=n
12+
CONFIG_PM=n
1313

1414
CONFIG_BOOT_ENCRYPT_EC256=n
1515
CONFIG_BOOT_ENCRYPT_RSA=n

0 commit comments

Comments
 (0)