Skip to content

Commit c4a7b25

Browse files
committed
zephyr: cleanup removed CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST
Option was removed before. Cleanup CMake, port of configuration and doc. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 07222c1 commit c4a7b25

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

boot/zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if(DEFINED CONFIG_ENABLE_MGMT_PERUSER)
8383
SECTIONS include/boot_serial/boot_serial.ld
8484
)
8585

86-
if(DEFINED CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE OR DEFINED CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST)
86+
if(DEFINED CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE)
8787
zephyr_library_sources(
8888
boot_serial_extension_zephyr_basic.c
8989
)

boot/zephyr/include/mcuboot_config/mcuboot_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,6 @@
245245
#define MCUBOOT_PERUSER_MGMT_GROUP_ENABLED 0
246246
#endif
247247

248-
#ifdef CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST
249-
#define MCUBOOT_MGMT_CUSTOM_IMG_LIST
250-
#endif
251-
252248
#ifdef CONFIG_BOOT_MGMT_ECHO
253249
#define MCUBOOT_BOOT_MGMT_ECHO
254250
#endif

docs/readme-zephyr.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ The mapping of image number to partition is as follows:
249249

250250
Use the ``CONFIG_ENABLE_MGMT_PERUSER=y`` Kconfig option to enable the following additional commands:
251251
* Storage erase - This command allows erasing the storage partition (enable with ``CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE=y``).
252-
* Custom image list - This command allows fetching version and installation status (custom properties) for all images (enable with ``CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST=y``).
253252

254253
### More configuration
255254

0 commit comments

Comments
 (0)