config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMAT
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 30 May 2023 12:26:21 +0000 (14:26 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 16 Jun 2023 09:05:15 +0000 (11:05 +0200)
commitd3126a32938c2881bb04391480dcb4b8f2529b7b
tree0644ad8c902cf8940361595aee65a208b3c88c1a
parent30a93729bbaf4292dfd802e73c6e7a0d00555a20
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>
configs/stm32mp15_basic_defconfig
configs/stm32mp15_defconfig
configs/stm32mp15_trusted_defconfig
include/configs/stm32mp15_common.h
include/configs/stm32mp15_st_common.h