diff --git a/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_flash.c b/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_flash.c index 5a49924f960..1906580d35b 100644 --- a/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_flash.c +++ b/boards/arm/stm32wl5/nucleo-wl55jc/src/stm32_flash.c @@ -109,10 +109,12 @@ static const struct part_table part_table[] = }, #if CONFIG_ARCH_BOARD_FLASH_CPU2_PROG_SIZE > 0 + { .size = CONFIG_ARCH_BOARD_FLASH_CPU2_PROG_SIZE, .name = "cpu2-progmem", .mnt = NULL, .fs = "rawfs" + }, #endif {