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-06-28 17:32:21 +0530
commitc30af0de8d1bc05119f133cb4e3dd2df8d055637 (patch)
treedd24411c28bc35753540fe9c7b289d757220eb3c
parent8e97b63476058963af08488407d06079ca61f73f (diff)
TEMP: FWU: stm32mp1: Set default bank and images per bank valuesv6_sng_masami_rebased
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 89e97aec2b6c..51d3f4e608bb 100644
--- a/board/st/stm32mp1/Kconfig
+++ b/board/st/stm32mp1/Kconfig
@@ -10,4 +10,11 @@ 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