Re: [PATCH v2] cmd: gpt: initialize partition table

2024-05-03 Thread Tom Rini
On Mon, Apr 22, 2024 at 11:47:33PM +0530, Kishan Dudhatra wrote: > Change in v2: > - Fix applies to all block devices, not just MMC. > > If partition init is not completed within the gpt write, > the gpt partition list will not be updated. > > Signed-off-by: Kishan Dudhatra > > diff

[PATCH v2] cmd: gpt: initialize partition table

2024-04-22 Thread Kishan Dudhatra
Change in v2: - Fix applies to all block devices, not just MMC. If partition init is not completed within the gpt write, the gpt partition list will not be updated. Signed-off-by: Kishan Dudhatra diff --git a/cmd/gpt.c b/cmd/gpt.c index d7e96529a6..7aaf1889a5 100644 --- a/cmd/gpt.c +++