File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -547,6 +547,14 @@ config BOOT_IMAGE_EXECUTABLE_RAM_SIZE
547
547
default $(dt_chosen_reg_size_int,$(DT_CHOSEN_Z_SRAM),0)
548
548
endif
549
549
550
+ config MULTIPLE_EXECUTABLE_RAM_REGIONS
551
+ bool "Platform RAM is split over multiple areas"
552
+ depends on BOOT_RAM_LOAD
553
+ help
554
+ To be selected if MCUBoot should be aware of several executable RAM areas.
555
+ When selected, boot_get_image_exec_ram_info() should be updated to provide
556
+ the information about the areas.
557
+
550
558
config FLASH_RUNTIME_SOURCES
551
559
bool "Images are read from flash partitions defined at runtime"
552
560
depends on SINGLE_APPLICATION_SLOT
Original file line number Diff line number Diff line change 134
134
#define IMAGE_EXECUTABLE_RAM_SIZE CONFIG_BOOT_IMAGE_EXECUTABLE_RAM_SIZE
135
135
#endif
136
136
137
- #ifdef CONFIG_SOC_SERIES_STM32N6X
137
+ #ifdef CONFIG_MULTIPLE_EXECUTABLE_RAM_REGIONS
138
138
#define MULTIPLE_EXECUTABLE_RAM_REGIONS
139
139
#endif
140
140
You can’t perform that action at this time.
0 commit comments