diff options
author | Jean-Philippe ROMAIN <jean-philippe.romain@st.com> | 2020-09-09 15:24:33 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-02-09 10:04:13 +0100 |
commit | f35ce379feffea0a7a2d52c599992dadb742378f (patch) | |
tree | c64a4a05bc2fe766d47d143b25000c714df3c56b /configs/stm32mp15_trusted_defconfig | |
parent | 26858a3ee26eaf3a3e849089705c182732fa99f8 (diff) | |
download | u-boot-f35ce379feffea0a7a2d52c599992dadb742378f.tar.gz |
configs: stm32mp1: enable the fastboot oem command format
Enable the fastboot oem command format and set the variable
"partitions" with default eMMC partitions list.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Jean-Philippe ROMAIN <jean-philippe.romain@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32mp15_trusted_defconfig')
-rw-r--r-- | configs/stm32mp15_trusted_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_trusted_defconfig b/configs/stm32mp15_trusted_defconfig index 5e81e61262..8ce1d79673 100644 --- a/configs/stm32mp15_trusted_defconfig +++ b/configs/stm32mp15_trusted_defconfig @@ -63,6 +63,7 @@ CONFIG_FASTBOOT_MMC_BOOT1_NAME="mmc1boot0" CONFIG_FASTBOOT_MMC_BOOT2_NAME="mmc1boot1" CONFIG_FASTBOOT_MMC_USER_SUPPORT=y CONFIG_FASTBOOT_MMC_USER_NAME="mmc1" +CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_GPIO_HOG=y CONFIG_DM_HWSPINLOCK=y CONFIG_HWSPINLOCK_STM32=y |