aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2021-08-03 13:07:53 +0530
committerSughosh Ganu <sughosh.ganu@linaro.org>2022-08-25 14:22:34 +0530
commit0129bd05ee7d02df99d0f9ffc8145c83bf2225dd (patch)
treeee41a4618f2026df0642e4280f87bf791de38ee4
parent664f94fdda55ffac1d5b10eddfd4b9a86125a797 (diff)
TEMP: FWU: stm32mp1: Set default bank and images per bank valuesv9_sng_st_only_patches
Set the default values of the number of image banks and number of images per bank for the stm32mp1 platforms. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
-rw-r--r--board/st/stm32mp1/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/st/stm32mp1/Kconfig b/board/st/stm32mp1/Kconfig
index 6ab8f80fa45b..434c4b7e61a1 100644
--- a/board/st/stm32mp1/Kconfig
+++ b/board/st/stm32mp1/Kconfig
@@ -10,6 +10,13 @@ config SYS_CONFIG_NAME
default "stm32mp15_st_common"
source "board/st/common/Kconfig"
+
+config FWU_NUM_BANKS
+ default 2
+
+config FWU_NUM_IMAGES_PER_BANK
+ default 1
+
endif
if TARGET_ST_STM32MP13x