From 01c72e40d1eed18b94b2bfaa0f1303de3e5e8ffe Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 9 Oct 2024 10:59:23 +0100 Subject: [PATCH] Revert "[nrf fromlist] zephyr/Kconfig.serial_recovery: limit Slot info command" This reverts commit e295db1208183f0fa8ddbe4fa243014fe676bbb5. Signed-off-by: Jamie McCrae --- boot/zephyr/Kconfig.serial_recovery | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/zephyr/Kconfig.serial_recovery b/boot/zephyr/Kconfig.serial_recovery index 4d31844c1..7ed9a7d9c 100644 --- a/boot/zephyr/Kconfig.serial_recovery +++ b/boot/zephyr/Kconfig.serial_recovery @@ -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.