summaryrefslogtreecommitdiff
path: root/configs/stm32mp15_dhcor_basic_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-12-06 03:35:13 +0100
committerPatrice Chotard <patrice.chotard@foss.st.com>2022-12-07 17:09:19 +0100
commit0eca0b1075a4040dd37291bf3fe9506a7fe98a6d (patch)
treecc5fc1f60d80f325118ce5f83fe0a88dc3babe74 /configs/stm32mp15_dhcor_basic_defconfig
parentbf98da5feb970bea3d07976d86fb077727d448e4 (diff)
ARM: stm32: Enable assorted ST specific commands on DHSOM
Enable the stm32prog, stm32key, stboard commands on DHSOM. Those can be used e.g. to implement verified boot. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'configs/stm32mp15_dhcor_basic_defconfig')
-rw-r--r--configs/stm32mp15_dhcor_basic_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/stm32mp15_dhcor_basic_defconfig b/configs/stm32mp15_dhcor_basic_defconfig
index 947bc6b502..306221404d 100644
--- a/configs/stm32mp15_dhcor_basic_defconfig
+++ b/configs/stm32mp15_dhcor_basic_defconfig
@@ -11,7 +11,11 @@ CONFIG_SPL_MMC=y
CONFIG_BOOTCOUNT_BOOTLIMIT=3
CONFIG_SYS_BOOTCOUNT_ADDR=0x5C00A14C
CONFIG_SPL=y
+CONFIG_CMD_STM32KEY=y
+CONFIG_CMD_STBOARD=y
CONFIG_TARGET_DH_STM32MP1_PDK2=y
+CONFIG_CMD_STM32PROG=y
+CONFIG_CMD_STM32PROG_OTP=y
CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI=y
# CONFIG_ARMV7_VIRT is not set