CONFIG_PM_PARTITION_SIZE_BL2

(No prompt – not directly user assignable.)

Type: hex

Help

Memory set aside for the BL2 partition. The prompt has been removed since the value is dictated by TFM and cannot be changed.

Direct dependencies

BUILD_WITH_TFM

(Includes any dependencies from ifs and menus.)

Default

  • 0x10000

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig:122

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:36

Menu path: (Top) → Modules → Nordic nRF Connect → Partition Manager

config PM_PARTITION_SIZE_BL2
    hex
    default 0x10000
    depends on BUILD_WITH_TFM
    help
      Memory set aside for the BL2 partition.
      The prompt has been removed since the value is dictated by TFM and
      cannot be changed.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)