Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zephyr: added address/size of bootloader/firmware shared memory area
Added definitions of base address and size of user-defined shared memory area between bootloader and runtime firmware, when using BOOT_SHARE_BACKEND_EXTERNAL. It's possible to select Kconfig BOOT_SHARE_BACKEND_EXTERNAL, but then mcuboot expects the following symbols: MCUBOOT_SHARED_DATA_BASE and MCUBOOT_SHARED_DATA_SIZE. There was no way to set them via KConfig and compilation fails. This patch adds KConfig symbols that give the possibility to set them. Signed-off-by: Michal Konieczny <[email protected]>
- Loading branch information