summaryrefslogtreecommitdiff
path: root/board/st/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/common/Kconfig')
-rw-r--r--board/st/common/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/st/common/Kconfig b/board/st/common/Kconfig
index af01ca4891..08df845982 100644
--- a/board/st/common/Kconfig
+++ b/board/st/common/Kconfig
@@ -5,3 +5,10 @@ config CMD_STBOARD
help
This compile the stboard command to
read and write the board in the OTP.
+
+config DFU_ALT_RAM0
+ string "dfu for ram0"
+ default "uImage ram 0xc2000000 0x2000000;devicetree.dtb ram 0xc4000000 0x100000;uramdisk.image.gz ram 0xc4400000 0x10000000"
+ depends on ARCH_STM32MP && SET_DFU_ALT_INFO
+ help
+ This defines the partitions of ram used to build dfu dynamically.