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-09-15 11:02:09 +0530
commitd8e12068ff0efe0646901eb7060e1eab901f2324 (patch)
treeee1f6c804046c4e9452e8ab02a8b3afa5270904a
parentc79084afc709e1966bc00da22db62174fb12ca44 (diff)
TEMP: FWU: stm32mp1: Set default bank and images per bank valuesv10_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