Commit c4a7b250 authored by Andrzej Puzdrowski's avatar Andrzej Puzdrowski
Browse files

zephyr: cleanup removed CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST



Option was removed before. Cleanup CMake, port of configuration
and doc.

Signed-off-by: default avatarAndrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
parent 07222c19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ if(DEFINED CONFIG_ENABLE_MGMT_PERUSER)
    SECTIONS include/boot_serial/boot_serial.ld
  )

  if(DEFINED CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE OR DEFINED CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST)
  if(DEFINED CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE)
    zephyr_library_sources(
      boot_serial_extension_zephyr_basic.c
      )
+0 −4
Original line number Diff line number Diff line
@@ -245,10 +245,6 @@
#define MCUBOOT_PERUSER_MGMT_GROUP_ENABLED 0
#endif

#ifdef CONFIG_BOOT_MGMT_CUSTOM_IMG_LIST
#define MCUBOOT_MGMT_CUSTOM_IMG_LIST
#endif

#ifdef CONFIG_BOOT_MGMT_ECHO
#define MCUBOOT_BOOT_MGMT_ECHO
#endif
+0 −1
Original line number Diff line number Diff line
@@ -249,7 +249,6 @@ The mapping of image number to partition is as follows:

Use the ``CONFIG_ENABLE_MGMT_PERUSER=y`` Kconfig option to enable the following additional commands:
* Storage erase - This command allows erasing the storage partition (enable with ``CONFIG_BOOT_MGMT_CUSTOM_STORAGE_ERASE=y``).
* 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``).

### More configuration