zephyr: Wrapped the RAM loading mode in Zephyr configs.
The RAM loading mode wasn't wrapped in Zephyr configs like the other boot modes.
Added a config to enable RAM loading as well as two configs to set
IMAGE_EXECUTABLE_RAM_START and IMAGE_EXECUTABLE_RAM_SIZE, respectively. These
two values default to the values from the chosen node sram in the dts.
Signed-off-by: Johan Öhman <johan.ohman@softube.com>
diff --git a/boot/zephyr/sample.yaml b/boot/zephyr/sample.yaml
index 6a42312..5d51273 100644
--- a/boot/zephyr/sample.yaml
+++ b/boot/zephyr/sample.yaml
@@ -48,3 +48,9 @@
integration_platforms:
- nrf52840dk_nrf52840
tags: bootloader_mcuboot
+ sample.bootloader.mcuboot.ram_load:
+ extra_args: OVERLAY_CONFIG=./ram_load.conf
+ tags: bootloader_mcuboot
+ platform_allow: mimxrt1020_evk
+ integration_platforms:
+ - mimxrt1020_evk