diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2023-05-30 14:26:21 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2023-06-16 11:05:15 +0200 |
commit | d3126a32938c2881bb04391480dcb4b8f2529b7b (patch) | |
tree | 0644ad8c902cf8940361595aee65a208b3c88c1a /configs/stm32mp15_defconfig | |
parent | 30a93729bbaf4292dfd802e73c6e7a0d00555a20 (diff) | |
download | u-boot-d3126a32938c2881bb04391480dcb4b8f2529b7b.tar.gz u-boot-d3126a32938c2881bb04391480dcb4b8f2529b7b.tar.bz2 u-boot-d3126a32938c2881bb04391480dcb4b8f2529b7b.zip |
config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMAT
Remove the support of the fastboot "oem format" command for STM32MP15x
boards and removed the associated env variable "partitions".
This command is not required; with fastboot tool, the GPT partition can
be handle with "flash" command in "gpt" target (=CONFIG_FASTBOOT_GPT_NAME),
for example: fastboot flash gpt gpt.bin
This patch avoids to define the GPT partitioning in U-Boot environment,
which is incompatible with planned modifications, for example to
support TF-A firmware update.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'configs/stm32mp15_defconfig')
-rw-r--r-- | configs/stm32mp15_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig index 10453a1ab4..12b9b54973 100644 --- a/configs/stm32mp15_defconfig +++ b/configs/stm32mp15_defconfig @@ -81,7 +81,6 @@ 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_FASTBOOT_CMD_OEM_PARTCONF=y CONFIG_FASTBOOT_CMD_OEM_BOOTBUS=y CONFIG_GPIO_HOG=y |