Commit 2dd7c655 authored by Francois Ramu's avatar Francois Ramu Committed by Jamie
Browse files

boot: zephyr: boards config of the stm32h7rs target boards



Define the stm32h7s7 board configuration to set
the STM32 XIP mode that will enable the MemoryMapped mode.
Gives larger sector size for the external NOR flash
See Kconfig of the stm32 soc. Choose the mcu_boot partition
where to build ../bootloader/mcuboot/boot/zephyr

Signed-off-by: default avatarFrancois Ramu <francois.ramu@st.com>
parent cde66e17
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
CONFIG_BOOT_DIRECT_XIP=y
CONFIG_STM32_MEMMAP=y
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n
CONFIG_BOOT_MAX_IMG_SECTORS=4096
+4 −0
Original line number Diff line number Diff line
CONFIG_BOOT_DIRECT_XIP=y
CONFIG_STM32_MEMMAP=y
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n
CONFIG_BOOT_MAX_IMG_SECTORS=4096