Re: [PATCH 2/2] config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMAT

2023-06-16 Thread Patrice CHOTARD
On 5/30/23 14:26, Patrick Delaunay wrote: > 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" ta

Re: [PATCH 2/2] config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMAT

2023-05-31 Thread Patrice CHOTARD
On 5/30/23 14:26, Patrick Delaunay wrote: > 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" ta

[PATCH 2/2] config: stm32mp15: remove CONFIG_FASTBOOT_CMD_OEM_FORMAT

2023-05-30 Thread Patrick Delaunay
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: fastbo