Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions boot/zephyr/Kconfig.serial_recovery
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ config BOOT_SERIAL_IMG_GRP_IMAGE_STATE

config BOOT_SERIAL_IMG_GRP_SLOT_INFO
bool "Slot info"
depends on !BOOT_DIRECT_XIP && !BOOT_RAM_LOAD
default y if (UPDATEABLE_IMAGE_NUMBER > 1)
default y if UPDATEABLE_IMAGE_NUMBER > 1
help
If y, will include the slot info command which lists what available
slots there are in the system.
Expand Down
Loading