Skip to content

Commit 53a7490

Browse files
committed
Revert "[nrf fromlist] zephyr/Kconfig.serial_recovery: limit Slot info command"
This reverts commit e295db1. Signed-off-by: Jamie McCrae <[email protected]>
1 parent dd4bce1 commit 53a7490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boot/zephyr/Kconfig.serial_recovery

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ config BOOT_SERIAL_IMG_GRP_IMAGE_STATE
204204

205205
config BOOT_SERIAL_IMG_GRP_SLOT_INFO
206206
bool "Slot info"
207-
depends on !BOOT_DIRECT_XIP && !BOOT_RAM_LOAD
208-
default y if (UPDATEABLE_IMAGE_NUMBER > 1)
207+
default y if UPDATEABLE_IMAGE_NUMBER > 1
209208
help
210209
If y, will include the slot info command which lists what available
211210
slots there are in the system.

0 commit comments

Comments
 (0)